Html Css Color HEX #B48862 Medium Wood

📋 copy color: '#B48862'

red 180 ◦ green 136 ◦ blue 98

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

Shades of Medium Wood #B48862

Tints of Medium Wood #B48862

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.85%

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

R = 43.48%
G = 32.85%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B48862 (or 0xB48862) is known color: Medium Wood. HEX triplet: B4, 88 and 62. RGB value is (180,136,98). Sum of RGB (Red+Green+Blue) = 180+136+98=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B48862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48862 is #4B779D. Grayscale: #919191. Windows color (decimal): -4945822 or 6457524. OLE color: 6457524.

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

Color convert

RGB 180 136 98 -
CMYK 0 0.24 0.46 0.29
HSL 27.8º 0.35% 0.55% -
HSV(B) 27.8º 0.46% 0.71% -
XYZ 29.83 28.19 15.42 -
YUV 144.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 180 136 98 0 0.24 0.46 0.29 27.8 0.35 0.55
Hex B4 88 62 0 18 2E 1D 1C 23 37
Octal 264 210 142 0 30 56 35 34 43 67
Binary 10110100 10001000 1100010 0 11000 101110 11101 11100 100011 110111

Color Harmonies of #B48862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48862

Black with #B48862

Text Example


Text Example

White with #B48862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48862; }

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

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

background-color css

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

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

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

border-color css

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

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

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