Html Css Color HEX #B38166 Medium Wood

📋 copy color: '#B38166'

red 179 ◦ green 129 ◦ blue 102

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

Shades of Medium Wood #B38166

Tints of Medium Wood #B38166

RGB

 RED value IS 179 (70.31% from 255) = 43.66%

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

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

R = 43.66%
G = 31.46%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B38166 (or 0xB38166) is known color: Medium Wood. HEX triplet: B3, 81 and 66. RGB value is (179,129,102). Sum of RGB (Red+Green+Blue) = 179+129+102=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B38166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38166 is #4C7E99. Grayscale: #8D8D8D. Windows color (decimal): -5013146 or 6717875. OLE color: 6717875.

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

Color convert

RGB 179 129 102 -
CMYK 0 0.28 0.43 0.30
HSL 21.04º 0.34% 0.55% -
HSV(B) 21.04º 0.43% 0.7% -
XYZ 28.84 26.24 16.12 -
YUV 140.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 179 129 102 0 0.28 0.43 0.30 21.04 0.34 0.55
Hex B3 81 66 0 1C 2B 1E 15 22 37
Octal 263 201 146 0 34 53 36 25 42 67
Binary 10110011 10000001 1100110 0 11100 101011 11110 10101 100010 110111

Color Harmonies of #B38166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38166

Black with #B38166

Text Example


Text Example

White with #B38166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38166; }

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

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

background-color css

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

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

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

border-color css

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

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

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