Html Css Color HEX #B95D32 Smoke Tree

📋 copy color: '#B95D32'

red 185 ◦ green 93 ◦ blue 50

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

Shades of Smoke Tree #B95D32

Tints of Smoke Tree #B95D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 56.4%
G = 28.35%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B95D32 (or 0xB95D32) is known color: Smoke Tree. HEX triplet: B9, 5D and 32. RGB value is (185,93,50). Sum of RGB (Red+Green+Blue) = 185+93+50=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D32 is #46A2CD. Grayscale: #737373. Windows color (decimal): -4629198 or 3300793. OLE color: 3300793.

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

Color convert

RGB 185 93 50 -
CMYK 0 0.50 0.73 0.27
HSL 19.11º 0.57% 0.46% -
HSV(B) 19.11º 0.73% 0.73% -
XYZ 24.5 18.37 5.27 -
YUV 115.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 185 93 50 0 0.50 0.73 0.27 19.11 0.57 0.46
Hex B9 5D 32 0 32 49 1B 13 39 2E
Octal 271 135 62 0 62 111 33 23 71 56
Binary 10111001 1011101 110010 0 110010 1001001 11011 10011 111001 101110

Color Harmonies of #B95D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D32

Black with #B95D32

Text Example


Text Example

White with #B95D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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