Html Css Color HEX #B9663A Smoke Tree

📋 copy color: '#B9663A'

red 185 ◦ green 102 ◦ blue 58

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

Shades of Smoke Tree #B9663A

Tints of Smoke Tree #B9663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 53.62%
G = 29.57%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9663A (or 0xB9663A) is known color: Smoke Tree. HEX triplet: B9, 66 and 3A. RGB value is (185,102,58). Sum of RGB (Red+Green+Blue) = 185+102+58=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9663A is #4699C5. Grayscale: #7A7A7A. Windows color (decimal): -4626886 or 3827385. OLE color: 3827385.

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

Color convert

RGB 185 102 58 -
CMYK 0 0.45 0.69 0.27
HSL 20.79º 0.52% 0.48% -
HSV(B) 20.79º 0.69% 0.73% -
XYZ 25.52 20.12 6.54 -
YUV 121.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 185 102 58 0 0.45 0.69 0.27 20.79 0.52 0.48
Hex B9 66 3A 0 2D 45 1B 15 34 30
Octal 271 146 72 0 55 105 33 25 64 60
Binary 10111001 1100110 111010 0 101101 1000101 11011 10101 110100 110000

Color Harmonies of #B9663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9663A

Black with #B9663A

Text Example


Text Example

White with #B9663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9663A; }

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

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

background-color css

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

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

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

border-color css

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

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

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