Html Css Color HEX #B9663D Smoke Tree

📋 copy color: '#B9663D'

red 185 ◦ green 102 ◦ blue 61

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

Shades of Smoke Tree #B9663D

Tints of Smoke Tree #B9663D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 53.16%
G = 29.31%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9663D (or 0xB9663D) is known color: Smoke Tree. HEX triplet: B9, 66 and 3D. RGB value is (185,102,61). Sum of RGB (Red+Green+Blue) = 185+102+61=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9663D is #4699C2. Grayscale: #7A7A7A. Windows color (decimal): -4626883 or 4023993. OLE color: 4023993.

HSL color Cylindrical-coordinate representation of color #B9663D: hue angle of 19.84º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9663D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 61 -
CMYK 0 0.45 0.67 0.27
HSL 19.84º 0.5% 0.48% -
HSV(B) 19.84º 0.67% 0.73% -
XYZ 25.6 20.15 6.96 -
YUV 122.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 185 102 61 0 0.45 0.67 0.27 19.84 0.5 0.48
Hex B9 66 3D 0 2D 43 1B 14 32 30
Octal 271 146 75 0 55 103 33 24 62 60
Binary 10111001 1100110 111101 0 101101 1000011 11011 10100 110010 110000

Color Harmonies of #B9663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9663D

Black with #B9663D

Text Example


Text Example

White with #B9663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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