Html Css Color HEX #B48262 Medium Wood

📋 copy color: '#B48262'

red 180 ◦ green 130 ◦ blue 98

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

Shades of Medium Wood #B48262

Tints of Medium Wood #B48262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.02%

R = 44.12%
G = 31.86%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B48262 (or 0xB48262) is known color: Medium Wood. HEX triplet: B4, 82 and 62. RGB value is (180,130,98). Sum of RGB (Red+Green+Blue) = 180+130+98=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B48262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48262 is #4B7D9D. Grayscale: #8D8D8D. Windows color (decimal): -4947358 or 6455988. OLE color: 6455988.

HSL color Cylindrical-coordinate representation of color #B48262: hue angle of 23.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B48262 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 130 98 -
CMYK 0 0.28 0.46 0.29
HSL 23.41º 0.35% 0.55% -
HSV(B) 23.41º 0.46% 0.71% -
XYZ 29.01 26.55 15.15 -
YUV 141.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 180 130 98 0 0.28 0.46 0.29 23.41 0.35 0.55
Hex B4 82 62 0 1C 2E 1D 17 23 37
Octal 264 202 142 0 34 56 35 27 43 67
Binary 10110100 10000010 1100010 0 11100 101110 11101 10111 100011 110111

Color Harmonies of #B48262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48262

Black with #B48262

Text Example


Text Example

White with #B48262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48262; }

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

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

background-color css

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

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

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

border-color css

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

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

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