Html Css Color HEX #B9603B Smoke Tree

📋 copy color: '#B9603B'

red 185 ◦ green 96 ◦ blue 59

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

Shades of Smoke Tree #B9603B

Tints of Smoke Tree #B9603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 59 (23.44% from 255) = 17.35%

R = 54.41%
G = 28.24%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9603B (or 0xB9603B) is known color: Smoke Tree. HEX triplet: B9, 60 and 3B. RGB value is (185,96,59). Sum of RGB (Red+Green+Blue) = 185+96+59=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9603B is #469FC4. Grayscale: #767676. Windows color (decimal): -4628421 or 3891385. OLE color: 3891385.

HSL color Cylindrical-coordinate representation of color #B9603B: hue angle of 17.62º degrees, saturation: 0.52, 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 #B9603B is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 59 -
CMYK 0 0.48 0.68 0.27
HSL 17.62º 0.52% 0.48% -
HSV(B) 17.62º 0.68% 0.73% -
XYZ 24.98 19 6.49 -
YUV 118.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 185 96 59 0 0.48 0.68 0.27 17.62 0.52 0.48
Hex B9 60 3B 0 30 44 1B 12 34 30
Octal 271 140 73 0 60 104 33 22 64 60
Binary 10111001 1100000 111011 0 110000 1000100 11011 10010 110100 110000

Color Harmonies of #B9603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9603B

Black with #B9603B

Text Example


Text Example

White with #B9603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9603B; }

 p { color: rgb(185,96,59); }

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

background-color css

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

 a { background-color: rgb(185,96,59); }

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

border-color css

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

 span { border-color: rgb(185,96,59); }

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