Html Css Color HEX #B4825F Medium Wood

📋 copy color: '#B4825F'

red 180 ◦ green 130 ◦ blue 95

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

Shades of Medium Wood #B4825F

Tints of Medium Wood #B4825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.46%

R = 44.44%
G = 32.1%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4825F (or 0xB4825F) is known color: Medium Wood. HEX triplet: B4, 82 and 5F. RGB value is (180,130,95). Sum of RGB (Red+Green+Blue) = 180+130+95=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4825F is #4B7DA0. Grayscale: #8D8D8D. Windows color (decimal): -4947361 or 6259380. OLE color: 6259380.

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

Color convert

RGB 180 130 95 -
CMYK 0 0.28 0.47 0.29
HSL 24.71º 0.36% 0.54% -
HSV(B) 24.71º 0.47% 0.71% -
XYZ 28.87 26.49 14.42 -
YUV 140.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 180 130 95 0 0.28 0.47 0.29 24.71 0.36 0.54
Hex B4 82 5F 0 1C 2F 1D 19 24 36
Octal 264 202 137 0 34 57 35 31 44 66
Binary 10110100 10000010 1011111 0 11100 101111 11101 11001 100100 110110

Color Harmonies of #B4825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4825F

Black with #B4825F

Text Example


Text Example

White with #B4825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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