Html Css Color HEX #B47F5C Medium Wood

📋 copy color: '#B47F5C'

red 180 ◦ green 127 ◦ blue 92

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

Shades of Medium Wood #B47F5C

Tints of Medium Wood #B47F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

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

R = 45.11%
G = 31.83%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B47F5C (or 0xB47F5C) is known color: Medium Wood. HEX triplet: B4, 7F and 5C. RGB value is (180,127,92). Sum of RGB (Red+Green+Blue) = 180+127+92=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F5C is #4B80A3. Grayscale: #8B8B8B. Windows color (decimal): -4948132 or 6062004. OLE color: 6062004.

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

Color convert

RGB 180 127 92 -
CMYK 0 0.29 0.49 0.29
HSL 23.86º 0.37% 0.53% -
HSV(B) 23.86º 0.49% 0.71% -
XYZ 28.34 25.65 13.58 -
YUV 138.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 180 127 92 0 0.29 0.49 0.29 23.86 0.37 0.53
Hex B4 7F 5C 0 1D 31 1D 18 25 35
Octal 264 177 134 0 35 61 35 30 45 65
Binary 10110100 1111111 1011100 0 11101 110001 11101 11000 100101 110101

Color Harmonies of #B47F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F5C

Black with #B47F5C

Text Example


Text Example

White with #B47F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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