Html Css Color HEX #B48260 Medium Wood

📋 copy color: '#B48260'

red 180 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #B48260

Tints of Medium Wood #B48260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 44.33%
G = 32.02%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B48260 (or 0xB48260) is known color: Medium Wood. HEX triplet: B4, 82 and 60. RGB value is (180,130,96). Sum of RGB (Red+Green+Blue) = 180+130+96=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B48260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48260 is #4B7D9F. Grayscale: #8D8D8D. Windows color (decimal): -4947360 or 6324916. OLE color: 6324916.

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

Color convert

RGB 180 130 96 -
CMYK 0 0.28 0.47 0.29
HSL 24.29º 0.36% 0.54% -
HSV(B) 24.29º 0.47% 0.71% -
XYZ 28.92 26.51 14.66 -
YUV 141.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 180 130 96 0 0.28 0.47 0.29 24.29 0.36 0.54
Hex B4 82 60 0 1C 2F 1D 18 24 36
Octal 264 202 140 0 34 57 35 30 44 66
Binary 10110100 10000010 1100000 0 11100 101111 11101 11000 100100 110110

Color Harmonies of #B48260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48260

Black with #B48260

Text Example


Text Example

White with #B48260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48260; }

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

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

background-color css

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

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

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

border-color css

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

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

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