Html Css Color HEX #B9653C Smoke Tree

📋 copy color: '#B9653C'

red 185 ◦ green 101 ◦ blue 60

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

Shades of Smoke Tree #B9653C

Tints of Smoke Tree #B9653C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 53.47%
G = 29.19%
B = 17.34%

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

#B9653C (or 0xB9653C) is known color: Smoke Tree. HEX triplet: B9, 65 and 3C. RGB value is (185,101,60). Sum of RGB (Red+Green+Blue) = 185+101+60=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9653C is #469AC3. Grayscale: #797979. Windows color (decimal): -4627140 or 3958201. OLE color: 3958201.

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

Color convert

RGB 185 101 60 -
CMYK 0 0.45 0.68 0.27
HSL 19.68º 0.51% 0.48% -
HSV(B) 19.68º 0.68% 0.73% -
XYZ 25.48 19.95 6.78 -
YUV 121.44 93.33 173.33 -
System Red Green Blue C M Y K H S L
Decimal 185 101 60 0 0.45 0.68 0.27 19.68 0.51 0.48
Hex B9 65 3C 0 2D 44 1B 14 33 30
Octal 271 145 74 0 55 104 33 24 63 60
Binary 10111001 1100101 111100 0 101101 1000100 11011 10100 110011 110000

Color Harmonies of #B9653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9653C

Black with #B9653C

Text Example


Text Example

White with #B9653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9653C; }

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

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

background-color css

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

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

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

border-color css

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

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

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