Html Css Color HEX #B9653B Smoke Tree

📋 copy color: '#B9653B'

red 185 ◦ green 101 ◦ blue 59

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

Shades of Smoke Tree #B9653B

Tints of Smoke Tree #B9653B

RGB

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

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

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

R = 53.62%
G = 29.28%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9653B (or 0xB9653B) is known color: Smoke Tree. HEX triplet: B9, 65 and 3B. RGB value is (185,101,59). Sum of RGB (Red+Green+Blue) = 185+101+59=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9653B is #469AC4. Grayscale: #797979. Windows color (decimal): -4627141 or 3892665. OLE color: 3892665.

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

Color convert

RGB 185 101 59 -
CMYK 0 0.45 0.68 0.27
HSL 20º 0.52% 0.48% -
HSV(B) 20º 0.68% 0.73% -
XYZ 25.45 19.94 6.64 -
YUV 121.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 185 101 59 0 0.45 0.68 0.27 20 0.52 0.48
Hex B9 65 3B 0 2D 44 1B 14 34 30
Octal 271 145 73 0 55 104 33 24 64 60
Binary 10111001 1100101 111011 0 101101 1000100 11011 10100 110100 110000

Color Harmonies of #B9653B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9653B

Black with #B9653B

Text Example


Text Example

White with #B9653B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9653B; }

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

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

background-color css

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

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

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

border-color css

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

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

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