Html Css Color HEX #B66232 Smoke Tree

📋 copy color: '#B66232'

red 182 ◦ green 98 ◦ blue 50

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

Shades of Smoke Tree #B66232

Tints of Smoke Tree #B66232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 55.15%
G = 29.7%
B = 15.15%

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

#B66232 (or 0xB66232) is known color: Smoke Tree. HEX triplet: B6, 62 and 32. RGB value is (182,98,50). Sum of RGB (Red+Green+Blue) = 182+98+50=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B66232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66232 is #499DCD. Grayscale: #757575. Windows color (decimal): -4824526 or 3302070. OLE color: 3302070.

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

Color convert

RGB 182 98 50 -
CMYK 0 0.46 0.73 0.29
HSL 21.82º 0.57% 0.45% -
HSV(B) 21.82º 0.73% 0.71% -
XYZ 24.23 18.91 5.39 -
YUV 117.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 182 98 50 0 0.46 0.73 0.29 21.82 0.57 0.45
Hex B6 62 32 0 2E 49 1D 16 39 2D
Octal 266 142 62 0 56 111 35 26 71 55
Binary 10110110 1100010 110010 0 101110 1001001 11101 10110 111001 101101

Color Harmonies of #B66232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66232

Black with #B66232

Text Example


Text Example

White with #B66232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66232; }

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

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

background-color css

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

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

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

border-color css

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

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

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