Html Css Color HEX #B9603E Smoke Tree

📋 copy color: '#B9603E'

red 185 ◦ green 96 ◦ blue 62

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

Shades of Smoke Tree #B9603E

Tints of Smoke Tree #B9603E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 53.94%
G = 27.99%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9603E (or 0xB9603E) is known color: Smoke Tree. HEX triplet: B9, 60 and 3E. RGB value is (185,96,62). Sum of RGB (Red+Green+Blue) = 185+96+62=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9603E is #469FC1. Grayscale: #767676. Windows color (decimal): -4628418 or 4087993. OLE color: 4087993.

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

Color convert

RGB 185 96 62 -
CMYK 0 0.48 0.66 0.27
HSL 16.59º 0.5% 0.48% -
HSV(B) 16.59º 0.66% 0.73% -
XYZ 25.06 19.03 6.91 -
YUV 118.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 185 96 62 0 0.48 0.66 0.27 16.59 0.5 0.48
Hex B9 60 3E 0 30 42 1B 11 32 30
Octal 271 140 76 0 60 102 33 21 62 60
Binary 10111001 1100000 111110 0 110000 1000010 11011 10001 110010 110000

Color Harmonies of #B9603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9603E

Black with #B9603E

Text Example


Text Example

White with #B9603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9603E; }

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

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

background-color css

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

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

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

border-color css

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

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

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