Html Css Color HEX #B47C58 Medium Wood

📋 copy color: '#B47C58'

red 180 ◦ green 124 ◦ blue 88

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

Shades of Medium Wood #B47C58

Tints of Medium Wood #B47C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.45%

R = 45.92%
G = 31.63%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B47C58 (or 0xB47C58) is known color: Medium Wood. HEX triplet: B4, 7C and 58. RGB value is (180,124,88). Sum of RGB (Red+Green+Blue) = 180+124+88=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C58 is #4B83A7. Grayscale: #888888. Windows color (decimal): -4948904 or 5799092. OLE color: 5799092.

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

Color convert

RGB 180 124 88 -
CMYK 0 0.31 0.51 0.29
HSL 23.48º 0.38% 0.53% -
HSV(B) 23.48º 0.51% 0.71% -
XYZ 27.79 24.82 12.56 -
YUV 136.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 180 124 88 0 0.31 0.51 0.29 23.48 0.38 0.53
Hex B4 7C 58 0 1F 33 1D 17 26 35
Octal 264 174 130 0 37 63 35 27 46 65
Binary 10110100 1111100 1011000 0 11111 110011 11101 10111 100110 110101

Color Harmonies of #B47C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C58

Black with #B47C58

Text Example


Text Example

White with #B47C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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