Html Css Color HEX #B8825B Medium Wood

📋 copy color: '#B8825B'

red 184 ◦ green 130 ◦ blue 91

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

Shades of Medium Wood #B8825B

Tints of Medium Wood #B8825B

RGB

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

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

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

R = 45.43%
G = 32.1%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8825B (or 0xB8825B) is known color: Medium Wood. HEX triplet: B8, 82 and 5B. RGB value is (184,130,91). Sum of RGB (Red+Green+Blue) = 184+130+91=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8825B is #477DA4. Grayscale: #8D8D8D. Windows color (decimal): -4685221 or 5997240. OLE color: 5997240.

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

Color convert

RGB 184 130 91 -
CMYK 0 0.29 0.51 0.28
HSL 25.16º 0.4% 0.54% -
HSV(B) 25.16º 0.51% 0.72% -
XYZ 29.64 26.91 13.53 -
YUV 141.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 184 130 91 0 0.29 0.51 0.28 25.16 0.4 0.54
Hex B8 82 5B 0 1D 33 1C 19 28 36
Octal 270 202 133 0 35 63 34 31 50 66
Binary 10111000 10000010 1011011 0 11101 110011 11100 11001 101000 110110

Color Harmonies of #B8825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8825B

Black with #B8825B

Text Example


Text Example

White with #B8825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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