#BDB399

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

Shades of Akaroa #BDB399

Tints of Akaroa #BDB399

Color information

#BDB399 (or 0xBDB399) is unknown color: approx Akaroa. HEX triplet: BD, B3 and 99. RGB value is (189,179,153). Sum of RGB (Red+Green+Blue) = 189+179+153=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB399 is #424C66. Grayscale: #B3B3B3. Windows color (decimal): -4344935 or 10073021. OLE color: 10073021.

HSL color Cylindrical-coordinate representation of color #BDB399: hue angle of 43.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 #BDB399 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189179153-
CMYK00.050.190.26
HSL43.33º21.43%67.06%-
HSV(B)43.33º19.05%74.12%-
XYZ42.8645.3636.63-
YUV179.03113.31135.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=36.28%
G=34.36%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917915300.050.190.2643.3321.4367.06
HexBDB39905131A2b1543
Octal2752632310523325325103
Binary10111101101100111001100101011001111010101011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB399; }

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

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

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

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

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

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

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

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