Html Css Color HEX #B9805B Medium Wood

📋 copy color: '#B9805B'

red 185 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #B9805B

Tints of Medium Wood #B9805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

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

R = 45.79%
G = 31.68%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9805B (or 0xB9805B) is known color: Medium Wood. HEX triplet: B9, 80 and 5B. RGB value is (185,128,91). Sum of RGB (Red+Green+Blue) = 185+128+91=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9805B is #467FA4. Grayscale: #8D8D8D. Windows color (decimal): -4620197 or 5996729. OLE color: 5996729.

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

Color convert

RGB 185 128 91 -
CMYK 0 0.31 0.51 0.27
HSL 23.62º 0.4% 0.54% -
HSV(B) 23.62º 0.51% 0.73% -
XYZ 29.62 26.51 13.45 -
YUV 140.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 185 128 91 0 0.31 0.51 0.27 23.62 0.4 0.54
Hex B9 80 5B 0 1F 33 1B 18 28 36
Octal 271 200 133 0 37 63 33 30 50 66
Binary 10111001 10000000 1011011 0 11111 110011 11011 11000 101000 110110

Color Harmonies of #B9805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9805B

Black with #B9805B

Text Example


Text Example

White with #B9805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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