Html Css Color HEX #B9643C Smoke Tree

📋 copy color: '#B9643C'

red 185 ◦ green 100 ◦ blue 60

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

Shades of Smoke Tree #B9643C

Tints of Smoke Tree #B9643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.99%

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

R = 53.62%
G = 28.99%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9643C (or 0xB9643C) is known color: Smoke Tree. HEX triplet: B9, 64 and 3C. RGB value is (185,100,60). Sum of RGB (Red+Green+Blue) = 185+100+60=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9643C is #469BC3. Grayscale: #797979. Windows color (decimal): -4627396 or 3957945. OLE color: 3957945.

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

Color convert

RGB 185 100 60 -
CMYK 0 0.46 0.68 0.27
HSL 19.2º 0.51% 0.48% -
HSV(B) 19.2º 0.68% 0.73% -
XYZ 25.38 19.75 6.75 -
YUV 120.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 185 100 60 0 0.46 0.68 0.27 19.2 0.51 0.48
Hex B9 64 3C 0 2E 44 1B 13 33 30
Octal 271 144 74 0 56 104 33 23 63 60
Binary 10111001 1100100 111100 0 101110 1000100 11011 10011 110011 110000

Color Harmonies of #B9643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9643C

Black with #B9643C

Text Example


Text Example

White with #B9643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9643C; }

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

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

background-color css

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

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

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

border-color css

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

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

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