Html Css Color HEX #B95D35 Smoke Tree

📋 copy color: '#B95D35'

red 185 ◦ green 93 ◦ blue 53

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

Shades of Smoke Tree #B95D35

Tints of Smoke Tree #B95D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.01%

R = 55.89%
G = 28.1%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B95D35 (or 0xB95D35) is known color: Smoke Tree. HEX triplet: B9, 5D and 35. RGB value is (185,93,53). Sum of RGB (Red+Green+Blue) = 185+93+53=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D35 is #46A2CA. Grayscale: #747474. Windows color (decimal): -4629195 or 3497401. OLE color: 3497401.

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

Color convert

RGB 185 93 53 -
CMYK 0 0.50 0.71 0.27
HSL 18.18º 0.55% 0.47% -
HSV(B) 18.18º 0.71% 0.73% -
XYZ 24.56 18.4 5.63 -
YUV 115.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 185 93 53 0 0.50 0.71 0.27 18.18 0.55 0.47
Hex B9 5D 35 0 32 47 1B 12 37 2F
Octal 271 135 65 0 62 107 33 22 67 57
Binary 10111001 1011101 110101 0 110010 1000111 11011 10010 110111 101111

Color Harmonies of #B95D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D35

Black with #B95D35

Text Example


Text Example

White with #B95D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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