Html Css Color HEX #B4825D Medium Wood

📋 copy color: '#B4825D'

red 180 ◦ green 130 ◦ blue 93

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

Shades of Medium Wood #B4825D

Tints of Medium Wood #B4825D

RGB

 RED value IS 180 (70.7% from 255) = 44.67%

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

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

R = 44.67%
G = 32.26%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4825D (or 0xB4825D) is known color: Medium Wood. HEX triplet: B4, 82 and 5D. RGB value is (180,130,93). Sum of RGB (Red+Green+Blue) = 180+130+93=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4825D is #4B7DA2. Grayscale: #8C8C8C. Windows color (decimal): -4947363 or 6128308. OLE color: 6128308.

HSL color Cylindrical-coordinate representation of color #B4825D: hue angle of 25.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4825D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 130 93 -
CMYK 0 0.28 0.48 0.29
HSL 25.52º 0.37% 0.54% -
HSV(B) 25.52º 0.48% 0.71% -
XYZ 28.78 26.46 13.95 -
YUV 140.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 180 130 93 0 0.28 0.48 0.29 25.52 0.37 0.54
Hex B4 82 5D 0 1C 30 1D 1A 25 36
Octal 264 202 135 0 34 60 35 32 45 66
Binary 10110100 10000010 1011101 0 11100 110000 11101 11010 100101 110110

Color Harmonies of #B4825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4825D

Black with #B4825D

Text Example


Text Example

White with #B4825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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