Html Css Color HEX #B4815D Medium Wood

📋 copy color: '#B4815D'

red 180 ◦ green 129 ◦ blue 93

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

Shades of Medium Wood #B4815D

Tints of Medium Wood #B4815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 44.78%
G = 32.09%
B = 23.13%

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

#B4815D (or 0xB4815D) is known color: Medium Wood. HEX triplet: B4, 81 and 5D. RGB value is (180,129,93). Sum of RGB (Red+Green+Blue) = 180+129+93=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4815D is #4B7EA2. Grayscale: #8C8C8C. Windows color (decimal): -4947619 or 6128052. OLE color: 6128052.

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

Color convert

RGB 180 129 93 -
CMYK 0 0.28 0.48 0.29
HSL 24.83º 0.37% 0.54% -
HSV(B) 24.83º 0.48% 0.71% -
XYZ 28.65 26.19 13.9 -
YUV 140.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 180 129 93 0 0.28 0.48 0.29 24.83 0.37 0.54
Hex B4 81 5D 0 1C 30 1D 19 25 36
Octal 264 201 135 0 34 60 35 31 45 66
Binary 10110100 10000001 1011101 0 11100 110000 11101 11001 100101 110110

Color Harmonies of #B4815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4815D

Black with #B4815D

Text Example


Text Example

White with #B4815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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