#B7B09F

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

Shades of Akaroa #B7B09F

Tints of Akaroa #B7B09F

Color information

#B7B09F (or 0xB7B09F) is unknown color: approx Akaroa. HEX triplet: B7, B0 and 9F. RGB value is (183,176,159). Sum of RGB (Red+Green+Blue) = 183+176+159=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B09F is #484F60. Grayscale: #B0B0B0. Windows color (decimal): -4738913 or 10465463. OLE color: 10465463.

HSL color Cylindrical-coordinate representation of color #B7B09F: hue angle of 42.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7B09F is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB183176159-
CMYK00.040.130.28
HSL42.5º14.29%67.06%-
HSV(B)42.5º13.11%71.76%-
XYZ41.3143.6239.04-
YUV176.16118.32132.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=35.33%
G=33.98%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317615900.040.130.2842.514.2967.06
HexB7B09F04D1C2be43
Octal2672602370415345316103
Binary101101111011000010011111010011011110010101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B09F; }

 p { color: rgb(183,176,159); }

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

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

 a { background-color: rgb(183,176,159); }

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

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

 span { border-color: rgb(183,176,159); }

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