Html Css Color HEX #B4815C Medium Wood

📋 copy color: '#B4815C'

red 180 ◦ green 129 ◦ blue 92

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

Shades of Medium Wood #B4815C

Tints of Medium Wood #B4815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.94%

R = 44.89%
G = 32.17%
B = 22.94%

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

#B4815C (or 0xB4815C) is known color: Medium Wood. HEX triplet: B4, 81 and 5C. RGB value is (180,129,92). Sum of RGB (Red+Green+Blue) = 180+129+92=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4815C is #4B7EA3. Grayscale: #8C8C8C. Windows color (decimal): -4947620 or 6062516. OLE color: 6062516.

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

Color convert

RGB 180 129 92 -
CMYK 0 0.28 0.49 0.29
HSL 25.23º 0.37% 0.53% -
HSV(B) 25.23º 0.49% 0.71% -
XYZ 28.6 26.18 13.67 -
YUV 140.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 180 129 92 0 0.28 0.49 0.29 25.23 0.37 0.53
Hex B4 81 5C 0 1C 31 1D 19 25 35
Octal 264 201 134 0 34 61 35 31 45 65
Binary 10110100 10000001 1011100 0 11100 110001 11101 11001 100101 110101

Color Harmonies of #B4815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4815C

Black with #B4815C

Text Example


Text Example

White with #B4815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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