Html Css Color HEX #B66431 Smoke Tree

📋 copy color: '#B66431'

red 182 ◦ green 100 ◦ blue 49

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

Shades of Smoke Tree #B66431

Tints of Smoke Tree #B66431

RGB

 RED value IS 182 (71.48% from 255) = 54.98%

 GREEN value IS 100 (39.45% from 255) = 30.21%

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 54.98%
G = 30.21%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B66431 (or 0xB66431) is known color: Smoke Tree. HEX triplet: B6, 64 and 31. RGB value is (182,100,49). Sum of RGB (Red+Green+Blue) = 182+100+49=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B66431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66431 is #499BCE. Grayscale: #767676. Windows color (decimal): -4824015 or 3237046. OLE color: 3237046.

HSL color Cylindrical-coordinate representation of color #B66431: hue angle of 23.01º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B66431 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 49 -
CMYK 0 0.45 0.73 0.29
HSL 23.01º 0.58% 0.45% -
HSV(B) 23.01º 0.73% 0.71% -
XYZ 24.4 19.28 5.34 -
YUV 118.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 182 100 49 0 0.45 0.73 0.29 23.01 0.58 0.45
Hex B6 64 31 0 2D 49 1D 17 3A 2D
Octal 266 144 61 0 55 111 35 27 72 55
Binary 10110110 1100100 110001 0 101101 1001001 11101 10111 111010 101101

Color Harmonies of #B66431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66431

Black with #B66431

Text Example


Text Example

White with #B66431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66431; }

 p { color: rgb(182,100,49); }

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

background-color css

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

 a { background-color: rgb(182,100,49); }

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

border-color css

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

 span { border-color: rgb(182,100,49); }

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