#B2775F

Color #B2775F Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B2775F

Tints of Medium Wood #B2775F

Color information

#B2775F (or 0xB2775F) is unknown color: approx Medium Wood. HEX triplet: B2, 77 and 5F. RGB value is (178,119,95). Sum of RGB (Red+Green+Blue) = 178+119+95=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2775F is #4D88A0. Grayscale: #868686. Windows color (decimal): -5081249 or 6256562. OLE color: 6256562.

HSL color Cylindrical-coordinate representation of color #B2775F: hue angle of 17.35º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2775F is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17811995-
CMYK00.330.470.30
HSL17.35º35.02%53.53%-
HSV(B)17.35º46.63%69.8%-
XYZ27.0223.4813.94-
YUV133.9106.05159.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=45.41%
G=30.36%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781199500.330.470.3017.3535.0253.53
HexB2775F0212F1E112336
Octal2621671370415736214366
Binary101100101110111101111101000011011111111010001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2775F; }

 p { color: rgb(178,119,95); }

 H1.HeaderClassName
 {
   color: #B2775F;
 }
 .AnyTagClassName
 {
   color: #B2775F;
 }
</style>
background-color css

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

 a { background-color: rgb(178,119,95); }

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

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

 span { border-color: rgb(178,119,95); }

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