Html Css Color HEX #B9603F Smoke Tree

📋 copy color: '#B9603F'

red 185 ◦ green 96 ◦ blue 63

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

Shades of Smoke Tree #B9603F

Tints of Smoke Tree #B9603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.31%

R = 53.78%
G = 27.91%
B = 18.31%

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

#B9603F (or 0xB9603F) is known color: Smoke Tree. HEX triplet: B9, 60 and 3F. RGB value is (185,96,63). Sum of RGB (Red+Green+Blue) = 185+96+63=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9603F is #469FC0. Grayscale: #777777. Windows color (decimal): -4628417 or 4153529. OLE color: 4153529.

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

Color convert

RGB 185 96 63 -
CMYK 0 0.48 0.66 0.27
HSL 16.23º 0.49% 0.49% -
HSV(B) 16.23º 0.66% 0.73% -
XYZ 25.09 19.04 7.06 -
YUV 118.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 185 96 63 0 0.48 0.66 0.27 16.23 0.49 0.49
Hex B9 60 3F 0 30 42 1B 10 31 31
Octal 271 140 77 0 60 102 33 20 61 61
Binary 10111001 1100000 111111 0 110000 1000010 11011 10000 110001 110001

Color Harmonies of #B9603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9603F

Black with #B9603F

Text Example


Text Example

White with #B9603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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