Html Css Color HEX #B9643D Smoke Tree

📋 copy color: '#B9643D'

red 185 ◦ green 100 ◦ blue 61

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

Shades of Smoke Tree #B9643D

Tints of Smoke Tree #B9643D

RGB

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

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

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

R = 53.47%
G = 28.9%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9643D (or 0xB9643D) is known color: Smoke Tree. HEX triplet: B9, 64 and 3D. RGB value is (185,100,61). Sum of RGB (Red+Green+Blue) = 185+100+61=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9643D is #469BC2. Grayscale: #797979. Windows color (decimal): -4627395 or 4023481. OLE color: 4023481.

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

Color convert

RGB 185 100 61 -
CMYK 0 0.46 0.67 0.27
HSL 18.87º 0.5% 0.48% -
HSV(B) 18.87º 0.67% 0.73% -
XYZ 25.41 19.77 6.89 -
YUV 120.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 185 100 61 0 0.46 0.67 0.27 18.87 0.5 0.48
Hex B9 64 3D 0 2E 43 1B 13 32 30
Octal 271 144 75 0 56 103 33 23 62 60
Binary 10111001 1100100 111101 0 101110 1000011 11011 10011 110010 110000

Color Harmonies of #B9643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9643D

Black with #B9643D

Text Example


Text Example

White with #B9643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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