Html Css Color HEX #B48866 Medium Wood

📋 copy color: '#B48866'

red 180 ◦ green 136 ◦ blue 102

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

Shades of Medium Wood #B48866

Tints of Medium Wood #B48866

RGB

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

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

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

R = 43.06%
G = 32.54%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B48866 (or 0xB48866) is known color: Medium Wood. HEX triplet: B4, 88 and 66. RGB value is (180,136,102). Sum of RGB (Red+Green+Blue) = 180+136+102=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B48866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48866 is #4B7799. Grayscale: #919191. Windows color (decimal): -4945818 or 6719668. OLE color: 6719668.

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

Color convert

RGB 180 136 102 -
CMYK 0 0.24 0.43 0.29
HSL 26.15º 0.34% 0.55% -
HSV(B) 26.15º 0.43% 0.71% -
XYZ 30.02 28.27 16.44 -
YUV 145.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 180 136 102 0 0.24 0.43 0.29 26.15 0.34 0.55
Hex B4 88 66 0 18 2B 1D 1A 22 37
Octal 264 210 146 0 30 53 35 32 42 67
Binary 10110100 10001000 1100110 0 11000 101011 11101 11010 100010 110111

Color Harmonies of #B48866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48866

Black with #B48866

Text Example


Text Example

White with #B48866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48866; }

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

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

background-color css

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

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

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

border-color css

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

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

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