Html Css Color HEX #B28166 Medium Wood

📋 copy color: '#B28166'

red 178 ◦ green 129 ◦ blue 102

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

Shades of Medium Wood #B28166

Tints of Medium Wood #B28166

RGB

 RED value IS 178 (69.92% from 255) = 43.52%

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

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

R = 43.52%
G = 31.54%
B = 24.94%

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

#B28166 (or 0xB28166) is known color: Medium Wood. HEX triplet: B2, 81 and 66. RGB value is (178,129,102). Sum of RGB (Red+Green+Blue) = 178+129+102=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B28166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28166 is #4D7E99. Grayscale: #8C8C8C. Windows color (decimal): -5078682 or 6717874. OLE color: 6717874.

HSL color Cylindrical-coordinate representation of color #B28166: hue angle of 21.32º degrees, saturation: 0.33, 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 #B28166 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 102 -
CMYK 0 0.28 0.43 0.30
HSL 21.32º 0.33% 0.55% -
HSV(B) 21.32º 0.43% 0.7% -
XYZ 28.61 26.12 16.11 -
YUV 140.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 178 129 102 0 0.28 0.43 0.30 21.32 0.33 0.55
Hex B2 81 66 0 1C 2B 1E 15 21 37
Octal 262 201 146 0 34 53 36 25 41 67
Binary 10110010 10000001 1100110 0 11100 101011 11110 10101 100001 110111

Color Harmonies of #B28166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28166

Black with #B28166

Text Example


Text Example

White with #B28166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28166; }

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

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

background-color css

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

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

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

border-color css

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

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

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