#BDB096

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

Shades of Akaroa #BDB096

Tints of Akaroa #BDB096

Color information

#BDB096 (or 0xBDB096) is unknown color: approx Akaroa. HEX triplet: BD, B0 and 96. RGB value is (189,176,150). Sum of RGB (Red+Green+Blue) = 189+176+150=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB096 is #424F69. Grayscale: #B1B1B1. Windows color (decimal): -4345706 or 9875645. OLE color: 9875645.

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

Color convert

RGB189176150-
CMYK00.070.210.26
HSL40º22.81%66.47%-
HSV(B)40º20.63%74.12%-
XYZ42.0244.0735.15-
YUV176.92112.81136.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=36.70%
G=34.17%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917615000.070.210.264022.8166.47
HexBDB09607151A281742
Octal2752602260725325027102
Binary10111101101100001001011001111010111010101000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB096; }

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

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

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

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

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

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

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

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