Html Css Color HEX #B9805A Medium Wood

📋 copy color: '#B9805A'

red 185 ◦ green 128 ◦ blue 90

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

Shades of Medium Wood #B9805A

Tints of Medium Wood #B9805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 45.91%
G = 31.76%
B = 22.33%

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

#B9805A (or 0xB9805A) is known color: Medium Wood. HEX triplet: B9, 80 and 5A. RGB value is (185,128,90). Sum of RGB (Red+Green+Blue) = 185+128+90=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9805A is #467FA5. Grayscale: #8C8C8C. Windows color (decimal): -4620198 or 5931193. OLE color: 5931193.

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

Color convert

RGB 185 128 90 -
CMYK 0 0.31 0.51 0.27
HSL 24º 0.4% 0.54% -
HSV(B) 24º 0.51% 0.73% -
XYZ 29.57 26.49 13.23 -
YUV 140.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 185 128 90 0 0.31 0.51 0.27 24 0.4 0.54
Hex B9 80 5A 0 1F 33 1B 18 28 36
Octal 271 200 132 0 37 63 33 30 50 66
Binary 10111001 10000000 1011010 0 11111 110011 11011 11000 101000 110110

Color Harmonies of #B9805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9805A

Black with #B9805A

Text Example


Text Example

White with #B9805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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