Html Css Color HEX #B47D5D Medium Wood

📋 copy color: '#B47D5D'

red 180 ◦ green 125 ◦ blue 93

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

Shades of Medium Wood #B47D5D

Tints of Medium Wood #B47D5D

RGB

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

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

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

R = 45.23%
G = 31.41%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B47D5D (or 0xB47D5D) is known color: Medium Wood. HEX triplet: B4, 7D and 5D. RGB value is (180,125,93). Sum of RGB (Red+Green+Blue) = 180+125+93=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D5D is #4B82A2. Grayscale: #898989. Windows color (decimal): -4948643 or 6127028. OLE color: 6127028.

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

Color convert

RGB 180 125 93 -
CMYK 0 0.31 0.48 0.29
HSL 22.07º 0.37% 0.54% -
HSV(B) 22.07º 0.48% 0.71% -
XYZ 28.13 25.16 13.73 -
YUV 137.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 180 125 93 0 0.31 0.48 0.29 22.07 0.37 0.54
Hex B4 7D 5D 0 1F 30 1D 16 25 36
Octal 264 175 135 0 37 60 35 26 45 66
Binary 10110100 1111101 1011101 0 11111 110000 11101 10110 100101 110110

Color Harmonies of #B47D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47D5D

Black with #B47D5D

Text Example


Text Example

White with #B47D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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