Html Css Color HEX #B47963 Medium Wood

📋 copy color: '#B47963'

red 180 ◦ green 121 ◦ blue 99

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

Shades of Medium Wood #B47963

Tints of Medium Wood #B47963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

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

R = 45%
G = 30.25%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B47963 (or 0xB47963) is known color: Medium Wood. HEX triplet: B4, 79 and 63. RGB value is (180,121,99). Sum of RGB (Red+Green+Blue) = 180+121+99=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47963 is #4B869C. Grayscale: #888888. Windows color (decimal): -4949661 or 6519220. OLE color: 6519220.

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

Color convert

RGB 180 121 99 -
CMYK 0 0.33 0.45 0.29
HSL 16.3º 0.35% 0.55% -
HSV(B) 16.3º 0.45% 0.71% -
XYZ 27.91 24.28 15.02 -
YUV 136.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 180 121 99 0 0.33 0.45 0.29 16.3 0.35 0.55
Hex B4 79 63 0 21 2D 1D 10 23 37
Octal 264 171 143 0 41 55 35 20 43 67
Binary 10110100 1111001 1100011 0 100001 101101 11101 10000 100011 110111

Color Harmonies of #B47963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47963

Black with #B47963

Text Example


Text Example

White with #B47963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47963; }

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

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

background-color css

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

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

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

border-color css

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

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

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