Html Css Color HEX #B95735 Smoke Tree

📋 copy color: '#B95735'

red 185 ◦ green 87 ◦ blue 53

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

Shades of Smoke Tree #B95735

Tints of Smoke Tree #B95735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 56.92%
G = 26.77%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B95735 (or 0xB95735) is known color: Smoke Tree. HEX triplet: B9, 57 and 35. RGB value is (185,87,53). Sum of RGB (Red+Green+Blue) = 185+87+53=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B95735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95735 is #46A8CA. Grayscale: #707070. Windows color (decimal): -4630731 or 3495865. OLE color: 3495865.

HSL color Cylindrical-coordinate representation of color #B95735: hue angle of 15.45º 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 #B95735 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 87 53 -
CMYK 0 0.53 0.71 0.27
HSL 15.45º 0.55% 0.47% -
HSV(B) 15.45º 0.71% 0.73% -
XYZ 24.06 17.39 5.46 -
YUV 112.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 185 87 53 0 0.53 0.71 0.27 15.45 0.55 0.47
Hex B9 57 35 0 35 47 1B F 37 2F
Octal 271 127 65 0 65 107 33 17 67 57
Binary 10111001 1010111 110101 0 110101 1000111 11011 1111 110111 101111

Color Harmonies of #B95735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95735

Black with #B95735

Text Example


Text Example

White with #B95735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95735; }

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

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

background-color css

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

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

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

border-color css

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

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

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