Html Css Color HEX #B9795B Medium Wood

📋 copy color: '#B9795B'

red 185 ◦ green 121 ◦ blue 91

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

Shades of Medium Wood #B9795B

Tints of Medium Wood #B9795B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 46.6%
G = 30.48%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9795B (or 0xB9795B) is known color: Medium Wood. HEX triplet: B9, 79 and 5B. RGB value is (185,121,91). Sum of RGB (Red+Green+Blue) = 185+121+91=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9795B is #4686A4. Grayscale: #888888. Windows color (decimal): -4621989 or 5994937. OLE color: 5994937.

HSL color Cylindrical-coordinate representation of color #B9795B: hue angle of 19.15º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9795B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 121 91 -
CMYK 0 0.35 0.51 0.27
HSL 19.15º 0.4% 0.54% -
HSV(B) 19.15º 0.51% 0.73% -
XYZ 28.73 24.74 13.16 -
YUV 136.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 185 121 91 0 0.35 0.51 0.27 19.15 0.4 0.54
Hex B9 79 5B 0 23 33 1B 13 28 36
Octal 271 171 133 0 43 63 33 23 50 66
Binary 10111001 1111001 1011011 0 100011 110011 11011 10011 101000 110110

Color Harmonies of #B9795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9795B

Black with #B9795B

Text Example


Text Example

White with #B9795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9795B; }

 p { color: rgb(185,121,91); }

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

background-color css

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

 a { background-color: rgb(185,121,91); }

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

border-color css

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

 span { border-color: rgb(185,121,91); }

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