Html Css Color HEX #B9805F Medium Wood

📋 copy color: '#B9805F'

red 185 ◦ green 128 ◦ blue 95

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

Shades of Medium Wood #B9805F

Tints of Medium Wood #B9805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 45.34%
G = 31.37%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9805F (or 0xB9805F) is known color: Medium Wood. HEX triplet: B9, 80 and 5F. RGB value is (185,128,95). Sum of RGB (Red+Green+Blue) = 185+128+95=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9805F is #467FA0. Grayscale: #8D8D8D. Windows color (decimal): -4620193 or 6258873. OLE color: 6258873.

HSL color Cylindrical-coordinate representation of color #B9805F: hue angle of 22º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9805F is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 95 -
CMYK 0 0.31 0.49 0.27
HSL 22º 0.39% 0.55% -
HSV(B) 22º 0.49% 0.73% -
XYZ 29.79 26.58 14.39 -
YUV 141.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 185 128 95 0 0.31 0.49 0.27 22 0.39 0.55
Hex B9 80 5F 0 1F 31 1B 16 27 37
Octal 271 200 137 0 37 61 33 26 47 67
Binary 10111001 10000000 1011111 0 11111 110001 11011 10110 100111 110111

Color Harmonies of #B9805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9805F

Black with #B9805F

Text Example


Text Example

White with #B9805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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