#BDB099

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

Shades of Akaroa #BDB099

Tints of Akaroa #BDB099

Color information

#BDB099 (or 0xBDB099) is unknown color: approx Akaroa. HEX triplet: BD, B0 and 99. RGB value is (189,176,153). Sum of RGB (Red+Green+Blue) = 189+176+153=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB099 is #424F66. Grayscale: #B1B1B1. Windows color (decimal): -4345703 or 10072253. OLE color: 10072253.

HSL color Cylindrical-coordinate representation of color #BDB099: hue angle of 38.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB099 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189176153-
CMYK00.070.190.26
HSL38.33º21.43%67.06%-
HSV(B)38.33º19.05%74.12%-
XYZ42.2644.1736.44-
YUV177.26114.31136.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=36.49%
G=33.98%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917615300.070.190.2638.3321.4367.06
HexBDB09907131A261543
Octal2752602310723324625103
Binary10111101101100001001100101111001111010100110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB099; }

 p { color: rgb(189,176,153); }

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

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

 a { background-color: rgb(189,176,153); }

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

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

 span { border-color: rgb(189,176,153); }

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