Html Css Color HEX #B95D3E Smoke Tree

📋 copy color: '#B95D3E'

red 185 ◦ green 93 ◦ blue 62

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

Shades of Smoke Tree #B95D3E

Tints of Smoke Tree #B95D3E

RGB

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

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

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

R = 54.41%
G = 27.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B95D3E (or 0xB95D3E) is known color: Smoke Tree. HEX triplet: B9, 5D and 3E. RGB value is (185,93,62). Sum of RGB (Red+Green+Blue) = 185+93+62=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D3E is #46A2C1. Grayscale: #757575. Windows color (decimal): -4629186 or 4087225. OLE color: 4087225.

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

Color convert

RGB 185 93 62 -
CMYK 0 0.50 0.66 0.27
HSL 15.12º 0.5% 0.48% -
HSV(B) 15.12º 0.66% 0.73% -
XYZ 24.79 18.49 6.82 -
YUV 116.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 185 93 62 0 0.50 0.66 0.27 15.12 0.5 0.48
Hex B9 5D 3E 0 32 42 1B F 32 30
Octal 271 135 76 0 62 102 33 17 62 60
Binary 10111001 1011101 111110 0 110010 1000010 11011 1111 110010 110000

Color Harmonies of #B95D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D3E

Black with #B95D3E

Text Example


Text Example

White with #B95D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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