Html Css Color HEX #B66432 Smoke Tree

📋 copy color: '#B66432'

red 182 ◦ green 100 ◦ blue 50

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

Shades of Smoke Tree #B66432

Tints of Smoke Tree #B66432

RGB

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

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

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

R = 54.82%
G = 30.12%
B = 15.06%

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

#B66432 (or 0xB66432) is known color: Smoke Tree. HEX triplet: B6, 64 and 32. RGB value is (182,100,50). Sum of RGB (Red+Green+Blue) = 182+100+50=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B66432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66432 is #499BCD. Grayscale: #777777. Windows color (decimal): -4824014 or 3302582. OLE color: 3302582.

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

Color convert

RGB 182 100 50 -
CMYK 0 0.45 0.73 0.29
HSL 22.73º 0.57% 0.45% -
HSV(B) 22.73º 0.73% 0.71% -
XYZ 24.42 19.29 5.45 -
YUV 118.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 182 100 50 0 0.45 0.73 0.29 22.73 0.57 0.45
Hex B6 64 32 0 2D 49 1D 17 39 2D
Octal 266 144 62 0 55 111 35 27 71 55
Binary 10110110 1100100 110010 0 101101 1001001 11101 10111 111001 101101

Color Harmonies of #B66432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66432

Black with #B66432

Text Example


Text Example

White with #B66432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66432; }

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

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

background-color css

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

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

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

border-color css

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

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

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