Html Css Color HEX #B85A33 Smoke Tree

📋 copy color: '#B85A33'

red 184 ◦ green 90 ◦ blue 51

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

Shades of Smoke Tree #B85A33

Tints of Smoke Tree #B85A33

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 56.62%
G = 27.69%
B = 15.69%

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

#B85A33 (or 0xB85A33) is known color: Smoke Tree. HEX triplet: B8, 5A and 33. RGB value is (184,90,51). Sum of RGB (Red+Green+Blue) = 184+90+51=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A33 is #47A5CC. Grayscale: #717171. Windows color (decimal): -4695501 or 3365560. OLE color: 3365560.

HSL color Cylindrical-coordinate representation of color #B85A33: hue angle of 17.59º 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 #B85A33 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 90 51 -
CMYK 0 0.51 0.72 0.28
HSL 17.59º 0.57% 0.46% -
HSV(B) 17.59º 0.72% 0.72% -
XYZ 24.02 17.74 5.29 -
YUV 113.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 184 90 51 0 0.51 0.72 0.28 17.59 0.57 0.46
Hex B8 5A 33 0 33 48 1C 12 39 2E
Octal 270 132 63 0 63 110 34 22 71 56
Binary 10111000 1011010 110011 0 110011 1001000 11100 10010 111001 101110

Color Harmonies of #B85A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A33

Black with #B85A33

Text Example


Text Example

White with #B85A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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