Html Css Color HEX #B66032 Smoke Tree

📋 copy color: '#B66032'

red 182 ◦ green 96 ◦ blue 50

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

Shades of Smoke Tree #B66032

Tints of Smoke Tree #B66032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 55.49%
G = 29.27%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B66032 (or 0xB66032) is known color: Smoke Tree. HEX triplet: B6, 60 and 32. RGB value is (182,96,50). Sum of RGB (Red+Green+Blue) = 182+96+50=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B66032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66032 is #499FCD. Grayscale: #747474. Windows color (decimal): -4825038 or 3301558. OLE color: 3301558.

HSL color Cylindrical-coordinate representation of color #B66032: hue angle of 20.91º degrees, saturation: 0.57, 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 #B66032 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 50 -
CMYK 0 0.47 0.73 0.29
HSL 20.91º 0.57% 0.45% -
HSV(B) 20.91º 0.73% 0.71% -
XYZ 24.05 18.54 5.33 -
YUV 116.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 182 96 50 0 0.47 0.73 0.29 20.91 0.57 0.45
Hex B6 60 32 0 2F 49 1D 15 39 2D
Octal 266 140 62 0 57 111 35 25 71 55
Binary 10110110 1100000 110010 0 101111 1001001 11101 10101 111001 101101

Color Harmonies of #B66032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66032

Black with #B66032

Text Example


Text Example

White with #B66032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66032; }

 p { color: rgb(182,96,50); }

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

background-color css

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

 a { background-color: rgb(182,96,50); }

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

border-color css

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

 span { border-color: rgb(182,96,50); }

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