Html Css Color HEX #B47C63 Medium Wood

📋 copy color: '#B47C63'

red 180 ◦ green 124 ◦ blue 99

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

Shades of Medium Wood #B47C63

Tints of Medium Wood #B47C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

 BLUE value IS 99 (39.06% from 255) = 24.57%

R = 44.67%
G = 30.77%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B47C63 (or 0xB47C63) is known color: Medium Wood. HEX triplet: B4, 7C and 63. RGB value is (180,124,99). Sum of RGB (Red+Green+Blue) = 180+124+99=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C63 is #4B839C. Grayscale: #8A8A8A. Windows color (decimal): -4948893 or 6519988. OLE color: 6519988.

HSL color Cylindrical-coordinate representation of color #B47C63: hue angle of 18.52º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B47C63 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 124 99 -
CMYK 0 0.31 0.45 0.29
HSL 18.52º 0.35% 0.55% -
HSV(B) 18.52º 0.45% 0.71% -
XYZ 28.28 25.02 15.14 -
YUV 137.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 180 124 99 0 0.31 0.45 0.29 18.52 0.35 0.55
Hex B4 7C 63 0 1F 2D 1D 13 23 37
Octal 264 174 143 0 37 55 35 23 43 67
Binary 10110100 1111100 1100011 0 11111 101101 11101 10011 100011 110111

Color Harmonies of #B47C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C63

Black with #B47C63

Text Example


Text Example

White with #B47C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C63; }

 p { color: rgb(180,124,99); }

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

background-color css

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

 a { background-color: rgb(180,124,99); }

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

border-color css

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

 span { border-color: rgb(180,124,99); }

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