Html Css Color HEX #B8805E Medium Wood

📋 copy color: '#B8805E'

red 184 ◦ green 128 ◦ blue 94

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

Shades of Medium Wood #B8805E

Tints of Medium Wood #B8805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 45.32%
G = 31.53%
B = 23.15%

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

#B8805E (or 0xB8805E) is known color: Medium Wood. HEX triplet: B8, 80 and 5E. RGB value is (184,128,94). Sum of RGB (Red+Green+Blue) = 184+128+94=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8805E is #477FA1. Grayscale: #8D8D8D. Windows color (decimal): -4685730 or 6193336. OLE color: 6193336.

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

Color convert

RGB 184 128 94 -
CMYK 0 0.30 0.49 0.28
HSL 22.67º 0.39% 0.55% -
HSV(B) 22.67º 0.49% 0.72% -
XYZ 29.51 26.44 14.14 -
YUV 140.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 184 128 94 0 0.30 0.49 0.28 22.67 0.39 0.55
Hex B8 80 5E 0 1E 31 1C 17 27 37
Octal 270 200 136 0 36 61 34 27 47 67
Binary 10111000 10000000 1011110 0 11110 110001 11100 10111 100111 110111

Color Harmonies of #B8805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8805E

Black with #B8805E

Text Example


Text Example

White with #B8805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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