Html Css Color HEX #B48166 Medium Wood

📋 copy color: '#B48166'

red 180 ◦ green 129 ◦ blue 102

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

Shades of Medium Wood #B48166

Tints of Medium Wood #B48166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 43.8%
G = 31.39%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B48166 (or 0xB48166) is known color: Medium Wood. HEX triplet: B4, 81 and 66. RGB value is (180,129,102). Sum of RGB (Red+Green+Blue) = 180+129+102=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B48166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48166 is #4B7E99. Grayscale: #8D8D8D. Windows color (decimal): -4947610 or 6717876. OLE color: 6717876.

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

Color convert

RGB 180 129 102 -
CMYK 0 0.28 0.43 0.29
HSL 20.77º 0.34% 0.55% -
HSV(B) 20.77º 0.43% 0.71% -
XYZ 29.07 26.36 16.13 -
YUV 141.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 180 129 102 0 0.28 0.43 0.29 20.77 0.34 0.55
Hex B4 81 66 0 1C 2B 1D 15 22 37
Octal 264 201 146 0 34 53 35 25 42 67
Binary 10110100 10000001 1100110 0 11100 101011 11101 10101 100010 110111

Color Harmonies of #B48166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48166

Black with #B48166

Text Example


Text Example

White with #B48166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48166; }

 p { color: rgb(180,129,102); }

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

background-color css

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

 a { background-color: rgb(180,129,102); }

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

border-color css

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

 span { border-color: rgb(180,129,102); }

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