#BDB097

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

Shades of Akaroa #BDB097

Tints of Akaroa #BDB097

Color information

#BDB097 (or 0xBDB097) is unknown color: approx Akaroa. HEX triplet: BD, B0 and 97. RGB value is (189,176,151). Sum of RGB (Red+Green+Blue) = 189+176+151=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB097 is #424F68. Grayscale: #B1B1B1. Windows color (decimal): -4345705 or 9941181. OLE color: 9941181.

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

Color convert

RGB189176151-
CMYK00.070.200.26
HSL39.47º22.35%66.67%-
HSV(B)39.47º20.11%74.12%-
XYZ42.144.135.57-
YUV177.04113.31136.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=36.63%
G=34.11%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917615100.070.200.2639.4722.3566.67
HexBDB09707141A271643
Octal2752602270724324726103
Binary10111101101100001001011101111010011010100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB097; }

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

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

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

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

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

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

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

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