#B7B09E

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

Shades of Akaroa #B7B09E

Tints of Akaroa #B7B09E

Color information

#B7B09E (or 0xB7B09E) is unknown color: approx Akaroa. HEX triplet: B7, B0 and 9E. RGB value is (183,176,158). Sum of RGB (Red+Green+Blue) = 183+176+158=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B09E is #484F61. Grayscale: #B0B0B0. Windows color (decimal): -4738914 or 10399927. OLE color: 10399927.

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

Color convert

RGB183176158-
CMYK00.040.140.28
HSL43.2º14.79%66.86%-
HSV(B)43.2º13.66%71.76%-
XYZ41.2343.5938.59-
YUV176.04117.82132.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=35.40%
G=34.04%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317615800.040.140.2843.214.7966.86
HexB7B09E04E1C2bf43
Octal2672602360416345317103
Binary101101111011000010011110010011101110010101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B09E; }

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

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

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

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

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

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

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

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