Html Css Color HEX #B48560 Medium Wood

📋 copy color: '#B48560'

red 180 ◦ green 133 ◦ blue 96

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

Shades of Medium Wood #B48560

Tints of Medium Wood #B48560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 44.01%
G = 32.52%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B48560 (or 0xB48560) is known color: Medium Wood. HEX triplet: B4, 85 and 60. RGB value is (180,133,96). Sum of RGB (Red+Green+Blue) = 180+133+96=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B48560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48560 is #4B7A9F. Grayscale: #8F8F8F. Windows color (decimal): -4946592 or 6325684. OLE color: 6325684.

HSL color Cylindrical-coordinate representation of color #B48560: hue angle of 26.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B48560 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 133 96 -
CMYK 0 0.26 0.47 0.29
HSL 26.43º 0.36% 0.54% -
HSV(B) 26.43º 0.47% 0.71% -
XYZ 29.32 27.32 14.79 -
YUV 142.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 180 133 96 0 0.26 0.47 0.29 26.43 0.36 0.54
Hex B4 85 60 0 1A 2F 1D 1A 24 36
Octal 264 205 140 0 32 57 35 32 44 66
Binary 10110100 10000101 1100000 0 11010 101111 11101 11010 100100 110110

Color Harmonies of #B48560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48560

Black with #B48560

Text Example


Text Example

White with #B48560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48560; }

 p { color: rgb(180,133,96); }

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

background-color css

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

 a { background-color: rgb(180,133,96); }

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

border-color css

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

 span { border-color: rgb(180,133,96); }

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