Html Css Color HEX #B8805B Medium Wood

📋 copy color: '#B8805B'

red 184 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #B8805B

Tints of Medium Wood #B8805B

RGB

 RED value IS 184 (72.27% from 255) = 45.66%

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

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

R = 45.66%
G = 31.76%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8805B (or 0xB8805B) is known color: Medium Wood. HEX triplet: B8, 80 and 5B. RGB value is (184,128,91). Sum of RGB (Red+Green+Blue) = 184+128+91=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8805B is #477FA4. Grayscale: #8C8C8C. Windows color (decimal): -4685733 or 5996728. OLE color: 5996728.

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

Color convert

RGB 184 128 91 -
CMYK 0 0.30 0.51 0.28
HSL 23.87º 0.4% 0.54% -
HSV(B) 23.87º 0.51% 0.72% -
XYZ 29.37 26.38 13.44 -
YUV 140.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 184 128 91 0 0.30 0.51 0.28 23.87 0.4 0.54
Hex B8 80 5B 0 1E 33 1C 18 28 36
Octal 270 200 133 0 36 63 34 30 50 66
Binary 10111000 10000000 1011011 0 11110 110011 11100 11000 101000 110110

Color Harmonies of #B8805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8805B

Black with #B8805B

Text Example


Text Example

White with #B8805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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