Html Css Color HEX #B95D39 Smoke Tree

📋 copy color: '#B95D39'

red 185 ◦ green 93 ◦ blue 57

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

Shades of Smoke Tree #B95D39

Tints of Smoke Tree #B95D39

RGB

 RED value IS 185 (72.66% from 255) = 55.22%

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

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 55.22%
G = 27.76%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B95D39 (or 0xB95D39) is known color: Smoke Tree. HEX triplet: B9, 5D and 39. RGB value is (185,93,57). Sum of RGB (Red+Green+Blue) = 185+93+57=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D39 is #46A2C6. Grayscale: #747474. Windows color (decimal): -4629191 or 3759545. OLE color: 3759545.

HSL color Cylindrical-coordinate representation of color #B95D39: hue angle of 16.88º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B95D39 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 57 -
CMYK 0 0.50 0.69 0.27
HSL 16.88º 0.53% 0.47% -
HSV(B) 16.88º 0.69% 0.73% -
XYZ 24.66 18.44 6.13 -
YUV 116.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 185 93 57 0 0.50 0.69 0.27 16.88 0.53 0.47
Hex B9 5D 39 0 32 45 1B 11 35 2F
Octal 271 135 71 0 62 105 33 21 65 57
Binary 10111001 1011101 111001 0 110010 1000101 11011 10001 110101 101111

Color Harmonies of #B95D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D39

Black with #B95D39

Text Example


Text Example

White with #B95D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D39; }

 p { color: rgb(185,93,57); }

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

background-color css

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

 a { background-color: rgb(185,93,57); }

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

border-color css

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

 span { border-color: rgb(185,93,57); }

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