Html Css Color HEX #B85D3B Smoke Tree

📋 copy color: '#B85D3B'

red 184 ◦ green 93 ◦ blue 59

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

Shades of Smoke Tree #B85D3B

Tints of Smoke Tree #B85D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 54.76%
G = 27.68%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B85D3B (or 0xB85D3B) is known color: Smoke Tree. HEX triplet: B8, 5D and 3B. RGB value is (184,93,59). Sum of RGB (Red+Green+Blue) = 184+93+59=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D3B is #47A2C4. Grayscale: #747474. Windows color (decimal): -4694725 or 3890616. OLE color: 3890616.

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

Color convert

RGB 184 93 59 -
CMYK 0 0.49 0.68 0.28
HSL 16.32º 0.51% 0.48% -
HSV(B) 16.32º 0.68% 0.72% -
XYZ 24.47 18.33 6.39 -
YUV 116.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 184 93 59 0 0.49 0.68 0.28 16.32 0.51 0.48
Hex B8 5D 3B 0 31 44 1C 10 33 30
Octal 270 135 73 0 61 104 34 20 63 60
Binary 10111000 1011101 111011 0 110001 1000100 11100 10000 110011 110000

Color Harmonies of #B85D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D3B

Black with #B85D3B

Text Example


Text Example

White with #B85D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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