Html Css Color HEX #B85D3E Smoke Tree

📋 copy color: '#B85D3E'

red 184 ◦ green 93 ◦ blue 62

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

Shades of Smoke Tree #B85D3E

Tints of Smoke Tree #B85D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 54.28%
G = 27.43%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B85D3E (or 0xB85D3E) is known color: Smoke Tree. HEX triplet: B8, 5D and 3E. RGB value is (184,93,62). Sum of RGB (Red+Green+Blue) = 184+93+62=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D3E is #47A2C1. Grayscale: #747474. Windows color (decimal): -4694722 or 4087224. OLE color: 4087224.

HSL color Cylindrical-coordinate representation of color #B85D3E: hue angle of 15.25º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B85D3E is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 93 62 -
CMYK 0 0.49 0.66 0.28
HSL 15.25º 0.5% 0.48% -
HSV(B) 15.25º 0.66% 0.72% -
XYZ 24.55 18.37 6.81 -
YUV 116.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 184 93 62 0 0.49 0.66 0.28 15.25 0.5 0.48
Hex B8 5D 3E 0 31 42 1C F 32 30
Octal 270 135 76 0 61 102 34 17 62 60
Binary 10111000 1011101 111110 0 110001 1000010 11100 1111 110010 110000

Color Harmonies of #B85D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D3E

Black with #B85D3E

Text Example


Text Example

White with #B85D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D3E; }

 p { color: rgb(184,93,62); }

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

background-color css

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

 a { background-color: rgb(184,93,62); }

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

border-color css

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

 span { border-color: rgb(184,93,62); }

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