Html Css Color HEX #B9663B Smoke Tree

📋 copy color: '#B9663B'

red 185 ◦ green 102 ◦ blue 59

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

Shades of Smoke Tree #B9663B

Tints of Smoke Tree #B9663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

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

R = 53.47%
G = 29.48%
B = 17.05%

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

#B9663B (or 0xB9663B) is known color: Smoke Tree. HEX triplet: B9, 66 and 3B. RGB value is (185,102,59). Sum of RGB (Red+Green+Blue) = 185+102+59=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9663B is #4699C4. Grayscale: #7A7A7A. Windows color (decimal): -4626885 or 3892921. OLE color: 3892921.

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

Color convert

RGB 185 102 59 -
CMYK 0 0.45 0.68 0.27
HSL 20.48º 0.52% 0.48% -
HSV(B) 20.48º 0.68% 0.73% -
XYZ 25.55 20.13 6.68 -
YUV 121.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 185 102 59 0 0.45 0.68 0.27 20.48 0.52 0.48
Hex B9 66 3B 0 2D 44 1B 14 34 30
Octal 271 146 73 0 55 104 33 24 64 60
Binary 10111001 1100110 111011 0 101101 1000100 11011 10100 110100 110000

Color Harmonies of #B9663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9663B

Black with #B9663B

Text Example


Text Example

White with #B9663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9663B; }

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

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

background-color css

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

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

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

border-color css

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

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

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