Html Css Color HEX #BD6639 Smoke Tree

📋 copy color: '#BD6639'

red 189 ◦ green 102 ◦ blue 57

#BD6639
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BD6639

Tints of Smoke Tree #BD6639

RGB

 RED value IS 189 (74.22% from 255) = 54.31%

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 57 (22.66% from 255) = 16.38%

R = 54.31%
G = 29.31%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD6639 (or 0xBD6639) is known color: Smoke Tree. HEX triplet: BD, 66 and 39. RGB value is (189,102,57). Sum of RGB (Red+Green+Blue) = 189+102+57=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6639 is #4299C6. Grayscale: #7B7B7B. Windows color (decimal): -4364743 or 3761853. OLE color: 3761853.

HSL color Cylindrical-coordinate representation of color #BD6639: hue angle of 20.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6639 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 102 57 -
CMYK 0 0.46 0.70 0.26
HSL 20.45º 0.54% 0.48% -
HSV(B) 20.45º 0.7% 0.74% -
XYZ 26.48 20.62 6.45 -
YUV 122.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 189 102 57 0 0.46 0.70 0.26 20.45 0.54 0.48
Hex BD 66 39 0 2E 46 1A 14 36 30
Octal 275 146 71 0 56 106 32 24 66 60
Binary 10111101 1100110 111001 0 101110 1000110 11010 10100 110110 110000

Color Harmonies of #BD6639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6639

Black with #BD6639

Text Example


Text Example

White with #BD6639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6639; }

 p { color: rgb(189,102,57); }

 H1.HeaderClassName
 {
   color: #BD6639;
 }
 .AnyTagClassName
 {
   color: #BD6639;
 }
</style>

background-color css

<style>
 a { background-color: #BD6639; }

 a { background-color: rgb(189,102,57); }

 div.DivClassName
 {
   background-color: #BD6639;
 }
 .BgClassName
 {
   background-color: #BD6639;
 }
</style>

border-color css

<style>
 span { border-color: #BD6639; }

 span { border-color: rgb(189,102,57); }

 td.TdClassName
 {
   border-color: #BD6639;
 }
 .TagClassName
 {
   border-color: #BD6639;
 }
</style>