Html Css Color HEX #B8825E Medium Wood

📋 copy color: '#B8825E'

red 184 ◦ green 130 ◦ blue 94

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

Shades of Medium Wood #B8825E

Tints of Medium Wood #B8825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

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

R = 45.1%
G = 31.86%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8825E (or 0xB8825E) is known color: Medium Wood. HEX triplet: B8, 82 and 5E. RGB value is (184,130,94). Sum of RGB (Red+Green+Blue) = 184+130+94=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8825E is #477DA1. Grayscale: #8E8E8E. Windows color (decimal): -4685218 or 6193848. OLE color: 6193848.

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

Color convert

RGB 184 130 94 -
CMYK 0 0.29 0.49 0.28
HSL 24º 0.39% 0.55% -
HSV(B) 24º 0.49% 0.72% -
XYZ 29.77 26.96 14.23 -
YUV 142.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 184 130 94 0 0.29 0.49 0.28 24 0.39 0.55
Hex B8 82 5E 0 1D 31 1C 18 27 37
Octal 270 202 136 0 35 61 34 30 47 67
Binary 10111000 10000010 1011110 0 11101 110001 11100 11000 100111 110111

Color Harmonies of #B8825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8825E

Black with #B8825E

Text Example


Text Example

White with #B8825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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