#B2775D

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

Shades of Medium Wood #B2775D

Tints of Medium Wood #B2775D

Color information

#B2775D (or 0xB2775D) is unknown color: approx Medium Wood. HEX triplet: B2, 77 and 5D. RGB value is (178,119,93). Sum of RGB (Red+Green+Blue) = 178+119+93=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2775D is #4D88A2. Grayscale: #858585. Windows color (decimal): -5081251 or 6125490. OLE color: 6125490.

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

Color convert

RGB17811993-
CMYK00.330.480.30
HSL18.35º35.56%53.14%-
HSV(B)18.35º47.75%69.8%-
XYZ26.9323.4513.46-
YUV133.68105.05159.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=45.64%
G=30.51%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781199300.330.480.3018.3535.5653.14
HexB2775D021301E122435
Octal2621671350416036224465
Binary101100101110111101110101000011100001111010010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2775D; }

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

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

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

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

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

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

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

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