#B7B09D

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

Shades of Akaroa #B7B09D

Tints of Akaroa #B7B09D

Color information

#B7B09D (or 0xB7B09D) is unknown color: approx Akaroa. HEX triplet: B7, B0 and 9D. RGB value is (183,176,157). Sum of RGB (Red+Green+Blue) = 183+176+157=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B09D is #484F62. Grayscale: #B0B0B0. Windows color (decimal): -4738915 or 10334391. OLE color: 10334391.

HSL color Cylindrical-coordinate representation of color #B7B09D: hue angle of 43.85º 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 #B7B09D is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183176157-
CMYK00.040.140.28
HSL43.85º15.29%66.67%-
HSV(B)43.85º14.21%71.76%-
XYZ41.1443.5538.14-
YUV175.93117.32133.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=35.47%
G=34.11%
B=30.43%

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
Decimal18317615700.040.140.2843.8515.2966.67
HexB7B09D04E1C2cf43
Octal2672602350416345417103
Binary101101111011000010011101010011101110010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B09D; }

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

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

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

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

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

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

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

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