Html Css Color HEX #B9673C Smoke Tree

📋 copy color: '#B9673C'

red 185 ◦ green 103 ◦ blue 60

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

Shades of Smoke Tree #B9673C

Tints of Smoke Tree #B9673C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 53.16%
G = 29.6%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9673C (or 0xB9673C) is known color: Smoke Tree. HEX triplet: B9, 67 and 3C. RGB value is (185,103,60). Sum of RGB (Red+Green+Blue) = 185+103+60=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9673C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9673C is #4698C3. Grayscale: #7A7A7A. Windows color (decimal): -4626628 or 3958713. OLE color: 3958713.

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

Color convert

RGB 185 103 60 -
CMYK 0 0.44 0.68 0.27
HSL 20.64º 0.51% 0.48% -
HSV(B) 20.64º 0.68% 0.73% -
XYZ 25.67 20.34 6.85 -
YUV 122.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 185 103 60 0 0.44 0.68 0.27 20.64 0.51 0.48
Hex B9 67 3C 0 2C 44 1B 15 33 30
Octal 271 147 74 0 54 104 33 25 63 60
Binary 10111001 1100111 111100 0 101100 1000100 11011 10101 110011 110000

Color Harmonies of #B9673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9673C

Black with #B9673C

Text Example


Text Example

White with #B9673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9673C; }

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

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

background-color css

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

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

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

border-color css

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

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

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