Html Css Color HEX #B4815F Medium Wood

📋 copy color: '#B4815F'

red 180 ◦ green 129 ◦ blue 95

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

Shades of Medium Wood #B4815F

Tints of Medium Wood #B4815F

RGB

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

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

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

R = 44.55%
G = 31.93%
B = 23.51%

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

#B4815F (or 0xB4815F) is known color: Medium Wood. HEX triplet: B4, 81 and 5F. RGB value is (180,129,95). Sum of RGB (Red+Green+Blue) = 180+129+95=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4815F is #4B7EA0. Grayscale: #8C8C8C. Windows color (decimal): -4947617 or 6259124. OLE color: 6259124.

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

Color convert

RGB 180 129 95 -
CMYK 0 0.28 0.47 0.29
HSL 24º 0.36% 0.54% -
HSV(B) 24º 0.47% 0.71% -
XYZ 28.74 26.23 14.37 -
YUV 140.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 180 129 95 0 0.28 0.47 0.29 24 0.36 0.54
Hex B4 81 5F 0 1C 2F 1D 18 24 36
Octal 264 201 137 0 34 57 35 30 44 66
Binary 10110100 10000001 1011111 0 11100 101111 11101 11000 100100 110110

Color Harmonies of #B4815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4815F

Black with #B4815F

Text Example


Text Example

White with #B4815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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