Html Css Color HEX #B66332 Smoke Tree

📋 copy color: '#B66332'

red 182 ◦ green 99 ◦ blue 50

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

Shades of Smoke Tree #B66332

Tints of Smoke Tree #B66332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 54.98%
G = 29.91%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B66332 (or 0xB66332) is known color: Smoke Tree. HEX triplet: B6, 63 and 32. RGB value is (182,99,50). Sum of RGB (Red+Green+Blue) = 182+99+50=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B66332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66332 is #499CCD. Grayscale: #767676. Windows color (decimal): -4824270 or 3302326. OLE color: 3302326.

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

Color convert

RGB 182 99 50 -
CMYK 0 0.46 0.73 0.29
HSL 22.27º 0.57% 0.45% -
HSV(B) 22.27º 0.73% 0.71% -
XYZ 24.33 19.1 5.42 -
YUV 118.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 182 99 50 0 0.46 0.73 0.29 22.27 0.57 0.45
Hex B6 63 32 0 2E 49 1D 16 39 2D
Octal 266 143 62 0 56 111 35 26 71 55
Binary 10110110 1100011 110010 0 101110 1001001 11101 10110 111001 101101

Color Harmonies of #B66332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66332

Black with #B66332

Text Example


Text Example

White with #B66332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66332; }

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

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

background-color css

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

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

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

border-color css

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

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

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