Html Css Color HEX #B8845E Medium Wood

📋 copy color: '#B8845E'

red 184 ◦ green 132 ◦ blue 94

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

Shades of Medium Wood #B8845E

Tints of Medium Wood #B8845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

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

R = 44.88%
G = 32.2%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8845E (or 0xB8845E) is known color: Medium Wood. HEX triplet: B8, 84 and 5E. RGB value is (184,132,94). Sum of RGB (Red+Green+Blue) = 184+132+94=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8845E is #477BA1. Grayscale: #8F8F8F. Windows color (decimal): -4684706 or 6194360. OLE color: 6194360.

HSL color Cylindrical-coordinate representation of color #B8845E: hue angle of 25.33º 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 #B8845E is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 132 94 -
CMYK 0 0.28 0.49 0.28
HSL 25.33º 0.39% 0.55% -
HSV(B) 25.33º 0.49% 0.72% -
XYZ 30.04 27.5 14.31 -
YUV 143.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 184 132 94 0 0.28 0.49 0.28 25.33 0.39 0.55
Hex B8 84 5E 0 1C 31 1C 19 27 37
Octal 270 204 136 0 34 61 34 31 47 67
Binary 10111000 10000100 1011110 0 11100 110001 11100 11001 100111 110111

Color Harmonies of #B8845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8845E

Black with #B8845E

Text Example


Text Example

White with #B8845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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