Html Css Color HEX #B4825B Medium Wood

📋 copy color: '#B4825B'

red 180 ◦ green 130 ◦ blue 91

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

Shades of Medium Wood #B4825B

Tints of Medium Wood #B4825B

RGB

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

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

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

R = 44.89%
G = 32.42%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4825B (or 0xB4825B) is known color: Medium Wood. HEX triplet: B4, 82 and 5B. RGB value is (180,130,91). Sum of RGB (Red+Green+Blue) = 180+130+91=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4825B is #4B7DA4. Grayscale: #8C8C8C. Windows color (decimal): -4947365 or 5997236. OLE color: 5997236.

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

Color convert

RGB 180 130 91 -
CMYK 0 0.28 0.49 0.29
HSL 26.29º 0.37% 0.53% -
HSV(B) 26.29º 0.49% 0.71% -
XYZ 28.69 26.42 13.49 -
YUV 140.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 180 130 91 0 0.28 0.49 0.29 26.29 0.37 0.53
Hex B4 82 5B 0 1C 31 1D 1A 25 35
Octal 264 202 133 0 34 61 35 32 45 65
Binary 10110100 10000010 1011011 0 11100 110001 11101 11010 100101 110101

Color Harmonies of #B4825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4825B

Black with #B4825B

Text Example


Text Example

White with #B4825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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