Html Css Color HEX #B85C33 Smoke Tree

📋 copy color: '#B85C33'

red 184 ◦ green 92 ◦ blue 51

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

Shades of Smoke Tree #B85C33

Tints of Smoke Tree #B85C33

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 56.27%
G = 28.13%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B85C33 (or 0xB85C33) is known color: Smoke Tree. HEX triplet: B8, 5C and 33. RGB value is (184,92,51). Sum of RGB (Red+Green+Blue) = 184+92+51=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C33 is #47A3CC. Grayscale: #737373. Windows color (decimal): -4694989 or 3366072. OLE color: 3366072.

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

Color convert

RGB 184 92 51 -
CMYK 0 0.50 0.72 0.28
HSL 18.5º 0.57% 0.46% -
HSV(B) 18.5º 0.72% 0.72% -
XYZ 24.19 18.08 5.35 -
YUV 114.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 184 92 51 0 0.50 0.72 0.28 18.5 0.57 0.46
Hex B8 5C 33 0 32 48 1C 12 39 2E
Octal 270 134 63 0 62 110 34 22 71 56
Binary 10111000 1011100 110011 0 110010 1001000 11100 10010 111001 101110

Color Harmonies of #B85C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C33

Black with #B85C33

Text Example


Text Example

White with #B85C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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