Html Css Color HEX #B9593C Smoke Tree

📋 copy color: '#B9593C'

red 185 ◦ green 89 ◦ blue 60

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

Shades of Smoke Tree #B9593C

Tints of Smoke Tree #B9593C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 55.39%
G = 26.65%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9593C (or 0xB9593C) is known color: Smoke Tree. HEX triplet: B9, 59 and 3C. RGB value is (185,89,60). Sum of RGB (Red+Green+Blue) = 185+89+60=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9593C is #46A6C3. Grayscale: #727272. Windows color (decimal): -4630212 or 3955129. OLE color: 3955129.

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

Color convert

RGB 185 89 60 -
CMYK 0 0.52 0.68 0.27
HSL 13.92º 0.51% 0.48% -
HSV(B) 13.92º 0.68% 0.73% -
XYZ 24.4 17.79 6.42 -
YUV 114.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 185 89 60 0 0.52 0.68 0.27 13.92 0.51 0.48
Hex B9 59 3C 0 34 44 1B E 33 30
Octal 271 131 74 0 64 104 33 16 63 60
Binary 10111001 1011001 111100 0 110100 1000100 11011 1110 110011 110000

Color Harmonies of #B9593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9593C

Black with #B9593C

Text Example


Text Example

White with #B9593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9593C; }

 p { color: rgb(185,89,60); }

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

background-color css

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

 a { background-color: rgb(185,89,60); }

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

border-color css

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

 span { border-color: rgb(185,89,60); }

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