Html Css Color HEX #B9643B Smoke Tree

📋 copy color: '#B9643B'

red 185 ◦ green 100 ◦ blue 59

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

Shades of Smoke Tree #B9643B

Tints of Smoke Tree #B9643B

RGB

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

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

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

R = 53.78%
G = 29.07%
B = 17.15%

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

#B9643B (or 0xB9643B) is known color: Smoke Tree. HEX triplet: B9, 64 and 3B. RGB value is (185,100,59). Sum of RGB (Red+Green+Blue) = 185+100+59=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9643B is #469BC4. Grayscale: #787878. Windows color (decimal): -4627397 or 3892409. OLE color: 3892409.

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

Color convert

RGB 185 100 59 -
CMYK 0 0.46 0.68 0.27
HSL 19.52º 0.52% 0.48% -
HSV(B) 19.52º 0.68% 0.73% -
XYZ 25.35 19.74 6.61 -
YUV 120.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 185 100 59 0 0.46 0.68 0.27 19.52 0.52 0.48
Hex B9 64 3B 0 2E 44 1B 14 34 30
Octal 271 144 73 0 56 104 33 24 64 60
Binary 10111001 1100100 111011 0 101110 1000100 11011 10100 110100 110000

Color Harmonies of #B9643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9643B

Black with #B9643B

Text Example


Text Example

White with #B9643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9643B; }

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

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

background-color css

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

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

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

border-color css

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

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

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