Html Css Color HEX #B85C3C Smoke Tree

📋 copy color: '#B85C3C'

red 184 ◦ green 92 ◦ blue 60

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

Shades of Smoke Tree #B85C3C

Tints of Smoke Tree #B85C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 54.76%
G = 27.38%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B85C3C (or 0xB85C3C) is known color: Smoke Tree. HEX triplet: B8, 5C and 3C. RGB value is (184,92,60). Sum of RGB (Red+Green+Blue) = 184+92+60=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C3C is #47A3C3. Grayscale: #747474. Windows color (decimal): -4694980 or 3955896. OLE color: 3955896.

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

Color convert

RGB 184 92 60 -
CMYK 0 0.50 0.67 0.28
HSL 15.48º 0.51% 0.48% -
HSV(B) 15.48º 0.67% 0.72% -
XYZ 24.41 18.17 6.5 -
YUV 115.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 184 92 60 0 0.50 0.67 0.28 15.48 0.51 0.48
Hex B8 5C 3C 0 32 43 1C F 33 30
Octal 270 134 74 0 62 103 34 17 63 60
Binary 10111000 1011100 111100 0 110010 1000011 11100 1111 110011 110000

Color Harmonies of #B85C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C3C

Black with #B85C3C

Text Example


Text Example

White with #B85C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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