Html Css Color HEX #B9663C Smoke Tree

📋 copy color: '#B9663C'

red 185 ◦ green 102 ◦ blue 60

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

Shades of Smoke Tree #B9663C

Tints of Smoke Tree #B9663C

RGB

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

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

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

R = 53.31%
G = 29.39%
B = 17.29%

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

#B9663C (or 0xB9663C) is known color: Smoke Tree. HEX triplet: B9, 66 and 3C. RGB value is (185,102,60). Sum of RGB (Red+Green+Blue) = 185+102+60=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9663C is #4699C3. Grayscale: #7A7A7A. Windows color (decimal): -4626884 or 3958457. OLE color: 3958457.

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

Color convert

RGB 185 102 60 -
CMYK 0 0.45 0.68 0.27
HSL 20.16º 0.51% 0.48% -
HSV(B) 20.16º 0.68% 0.73% -
XYZ 25.57 20.14 6.82 -
YUV 122.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 185 102 60 0 0.45 0.68 0.27 20.16 0.51 0.48
Hex B9 66 3C 0 2D 44 1B 14 33 30
Octal 271 146 74 0 55 104 33 24 63 60
Binary 10111001 1100110 111100 0 101101 1000100 11011 10100 110011 110000

Color Harmonies of #B9663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9663C

Black with #B9663C

Text Example


Text Example

White with #B9663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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