Html Css Color HEX #B85F3C Smoke Tree

📋 copy color: '#B85F3C'

red 184 ◦ green 95 ◦ blue 60

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

Shades of Smoke Tree #B85F3C

Tints of Smoke Tree #B85F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

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

R = 54.28%
G = 28.02%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B85F3C (or 0xB85F3C) is known color: Smoke Tree. HEX triplet: B8, 5F and 3C. RGB value is (184,95,60). Sum of RGB (Red+Green+Blue) = 184+95+60=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F3C is #47A0C3. Grayscale: #757575. Windows color (decimal): -4694212 or 3956664. OLE color: 3956664.

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

Color convert

RGB 184 95 60 -
CMYK 0 0.48 0.67 0.28
HSL 16.94º 0.51% 0.48% -
HSV(B) 16.94º 0.67% 0.72% -
XYZ 24.67 18.7 6.58 -
YUV 117.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 184 95 60 0 0.48 0.67 0.28 16.94 0.51 0.48
Hex B8 5F 3C 0 30 43 1C 11 33 30
Octal 270 137 74 0 60 103 34 21 63 60
Binary 10111000 1011111 111100 0 110000 1000011 11100 10001 110011 110000

Color Harmonies of #B85F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F3C

Black with #B85F3C

Text Example


Text Example

White with #B85F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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