#B07B66

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

Shades of Medium Wood #B07B66

Tints of Medium Wood #B07B66

Color information

#B07B66 (or 0xB07B66) is unknown color: approx Medium Wood. HEX triplet: B0, 7B and 66. RGB value is (176,123,102). Sum of RGB (Red+Green+Blue) = 176+123+102=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B66 is #4F8499. Grayscale: #888888. Windows color (decimal): -5211290 or 6716336. OLE color: 6716336.

HSL color Cylindrical-coordinate representation of color #B07B66: hue angle of 17.03º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B07B66 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB176123102-
CMYK00.300.420.31
HSL17.03º31.9%54.51%-
HSV(B)17.03º42.05%69.02%-
XYZ27.3924.3615.83-
YUV136.45108.56156.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=43.89%
G=30.67%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612310200.300.420.3117.0331.954.51
HexB07B6601E2A1F112037
Octal2601731460365237214067
Binary10110000111101111001100111101010101111110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B66; }

 p { color: rgb(176,123,102); }

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

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

 a { background-color: rgb(176,123,102); }

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

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

 span { border-color: rgb(176,123,102); }

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