Html Css Color HEX #B47D60 Medium Wood

📋 copy color: '#B47D60'

red 180 ◦ green 125 ◦ blue 96

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

Shades of Medium Wood #B47D60

Tints of Medium Wood #B47D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 44.89%
G = 31.17%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B47D60 (or 0xB47D60) is known color: Medium Wood. HEX triplet: B4, 7D and 60. RGB value is (180,125,96). Sum of RGB (Red+Green+Blue) = 180+125+96=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D60 is #4B829F. Grayscale: #8A8A8A. Windows color (decimal): -4948640 or 6323636. OLE color: 6323636.

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

Color convert

RGB 180 125 96 -
CMYK 0 0.31 0.47 0.29
HSL 20.71º 0.36% 0.54% -
HSV(B) 20.71º 0.47% 0.71% -
XYZ 28.27 25.22 14.44 -
YUV 138.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 180 125 96 0 0.31 0.47 0.29 20.71 0.36 0.54
Hex B4 7D 60 0 1F 2F 1D 15 24 36
Octal 264 175 140 0 37 57 35 25 44 66
Binary 10110100 1111101 1100000 0 11111 101111 11101 10101 100100 110110

Color Harmonies of #B47D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47D60

Black with #B47D60

Text Example


Text Example

White with #B47D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47D60; }

 p { color: rgb(180,125,96); }

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

background-color css

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

 a { background-color: rgb(180,125,96); }

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

border-color css

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

 span { border-color: rgb(180,125,96); }

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