#BDB29E

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

Shades of Akaroa #BDB29E

Tints of Akaroa #BDB29E

Color information

#BDB29E (or 0xBDB29E) is unknown color: approx Akaroa. HEX triplet: BD, B2 and 9E. RGB value is (189,178,158). Sum of RGB (Red+Green+Blue) = 189+178+158=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB29E is #424D61. Grayscale: #B3B3B3. Windows color (decimal): -4345186 or 10400445. OLE color: 10400445.

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

Color convert

RGB189178158-
CMYK00.060.160.26
HSL38.71º19.02%68.04%-
HSV(B)38.71º16.4%74.12%-
XYZ43.0845.1338.79-
YUV179.01116.14135.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=36%
G=33.90%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917815800.060.160.2638.7119.0268.04
HexBDB29E06101A271344
Octal2752622360620324723104
Binary10111101101100101001111001101000011010100111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB29E; }

 p { color: rgb(189,178,158); }

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

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

 a { background-color: rgb(189,178,158); }

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

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

 span { border-color: rgb(189,178,158); }

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