Html Css Color HEX #B85B33 Smoke Tree

📋 copy color: '#B85B33'

red 184 ◦ green 91 ◦ blue 51

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

Shades of Smoke Tree #B85B33

Tints of Smoke Tree #B85B33

RGB

 RED value IS 184 (72.27% from 255) = 56.44%

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 56.44%
G = 27.91%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B85B33 (or 0xB85B33) is known color: Smoke Tree. HEX triplet: B8, 5B and 33. RGB value is (184,91,51). Sum of RGB (Red+Green+Blue) = 184+91+51=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B33 is #47A4CC. Grayscale: #727272. Windows color (decimal): -4695245 or 3365816. OLE color: 3365816.

HSL color Cylindrical-coordinate representation of color #B85B33: hue angle of 18.05º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B85B33 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 91 51 -
CMYK 0 0.51 0.72 0.28
HSL 18.05º 0.57% 0.46% -
HSV(B) 18.05º 0.72% 0.72% -
XYZ 24.11 17.91 5.32 -
YUV 114.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 184 91 51 0 0.51 0.72 0.28 18.05 0.57 0.46
Hex B8 5B 33 0 33 48 1C 12 39 2E
Octal 270 133 63 0 63 110 34 22 71 56
Binary 10111000 1011011 110011 0 110011 1001000 11100 10010 111001 101110

Color Harmonies of #B85B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B33

Black with #B85B33

Text Example


Text Example

White with #B85B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B33; }

 p { color: rgb(184,91,51); }

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

background-color css

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

 a { background-color: rgb(184,91,51); }

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

border-color css

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

 span { border-color: rgb(184,91,51); }

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