Html Css Color HEX #B48259 Medium Wood

📋 copy color: '#B48259'

red 180 ◦ green 130 ◦ blue 89

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

Shades of Medium Wood #B48259

Tints of Medium Wood #B48259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 45.11%
G = 32.58%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B48259 (or 0xB48259) is known color: Medium Wood. HEX triplet: B4, 82 and 59. RGB value is (180,130,89). Sum of RGB (Red+Green+Blue) = 180+130+89=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B48259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48259 is #4B7DA6. Grayscale: #8C8C8C. Windows color (decimal): -4947367 or 5866164. OLE color: 5866164.

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

Color convert

RGB 180 130 89 -
CMYK 0 0.28 0.51 0.29
HSL 27.03º 0.38% 0.53% -
HSV(B) 27.03º 0.51% 0.71% -
XYZ 28.61 26.39 13.04 -
YUV 140.28 99.07 156.33 -
System Red Green Blue C M Y K H S L
Decimal 180 130 89 0 0.28 0.51 0.29 27.03 0.38 0.53
Hex B4 82 59 0 1C 33 1D 1B 26 35
Octal 264 202 131 0 34 63 35 33 46 65
Binary 10110100 10000010 1011001 0 11100 110011 11101 11011 100110 110101

Color Harmonies of #B48259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48259

Black with #B48259

Text Example


Text Example

White with #B48259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48259; }

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

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

background-color css

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

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

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

border-color css

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

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

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