Html Css Color HEX #B8825D Medium Wood

📋 copy color: '#B8825D'

red 184 ◦ green 130 ◦ blue 93

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

Shades of Medium Wood #B8825D

Tints of Medium Wood #B8825D

RGB

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

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

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

R = 45.21%
G = 31.94%
B = 22.85%

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

#B8825D (or 0xB8825D) is known color: Medium Wood. HEX triplet: B8, 82 and 5D. RGB value is (184,130,93). Sum of RGB (Red+Green+Blue) = 184+130+93=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8825D is #477DA2. Grayscale: #8E8E8E. Windows color (decimal): -4685219 or 6128312. OLE color: 6128312.

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

Color convert

RGB 184 130 93 -
CMYK 0 0.29 0.49 0.28
HSL 24.4º 0.39% 0.54% -
HSV(B) 24.4º 0.49% 0.72% -
XYZ 29.73 26.95 13.99 -
YUV 141.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 184 130 93 0 0.29 0.49 0.28 24.4 0.39 0.54
Hex B8 82 5D 0 1D 31 1C 18 27 36
Octal 270 202 135 0 35 61 34 30 47 66
Binary 10111000 10000010 1011101 0 11101 110001 11100 11000 100111 110110

Color Harmonies of #B8825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8825D

Black with #B8825D

Text Example


Text Example

White with #B8825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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