Html Css Color HEX #B8805D Medium Wood

📋 copy color: '#B8805D'

red 184 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #B8805D

Tints of Medium Wood #B8805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 45.43%
G = 31.6%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8805D (or 0xB8805D) is known color: Medium Wood. HEX triplet: B8, 80 and 5D. RGB value is (184,128,93). Sum of RGB (Red+Green+Blue) = 184+128+93=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8805D is #477FA2. Grayscale: #8C8C8C. Windows color (decimal): -4685731 or 6127800. OLE color: 6127800.

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

Color convert

RGB 184 128 93 -
CMYK 0 0.30 0.49 0.28
HSL 23.08º 0.39% 0.54% -
HSV(B) 23.08º 0.49% 0.72% -
XYZ 29.46 26.42 13.9 -
YUV 140.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 184 128 93 0 0.30 0.49 0.28 23.08 0.39 0.54
Hex B8 80 5D 0 1E 31 1C 17 27 36
Octal 270 200 135 0 36 61 34 27 47 66
Binary 10111000 10000000 1011101 0 11110 110001 11100 10111 100111 110110

Color Harmonies of #B8805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8805D

Black with #B8805D

Text Example


Text Example

White with #B8805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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