Html Css Color HEX #B9653E Smoke Tree

📋 copy color: '#B9653E'

red 185 ◦ green 101 ◦ blue 62

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

Shades of Smoke Tree #B9653E

Tints of Smoke Tree #B9653E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 53.16%
G = 29.02%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9653E (or 0xB9653E) is known color: Smoke Tree. HEX triplet: B9, 65 and 3E. RGB value is (185,101,62). Sum of RGB (Red+Green+Blue) = 185+101+62=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9653E is #469AC1. Grayscale: #797979. Windows color (decimal): -4627138 or 4089273. OLE color: 4089273.

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

Color convert

RGB 185 101 62 -
CMYK 0 0.45 0.66 0.27
HSL 19.02º 0.5% 0.48% -
HSV(B) 19.02º 0.66% 0.73% -
XYZ 25.53 19.97 7.07 -
YUV 121.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 185 101 62 0 0.45 0.66 0.27 19.02 0.5 0.48
Hex B9 65 3E 0 2D 42 1B 13 32 30
Octal 271 145 76 0 55 102 33 23 62 60
Binary 10111001 1100101 111110 0 101101 1000010 11011 10011 110010 110000

Color Harmonies of #B9653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9653E

Black with #B9653E

Text Example


Text Example

White with #B9653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9653E; }

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

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

background-color css

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

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

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

border-color css

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

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

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