#BDB098

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

Shades of Akaroa #BDB098

Tints of Akaroa #BDB098

Color information

#BDB098 (or 0xBDB098) is unknown color: approx Akaroa. HEX triplet: BD, B0 and 98. RGB value is (189,176,152). Sum of RGB (Red+Green+Blue) = 189+176+152=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB098 is #424F67. Grayscale: #B1B1B1. Windows color (decimal): -4345704 or 10006717. OLE color: 10006717.

HSL color Cylindrical-coordinate representation of color #BDB098: hue angle of 38.92º 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 #BDB098 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189176152-
CMYK00.070.200.26
HSL38.92º21.89%66.86%-
HSV(B)38.92º19.58%74.12%-
XYZ42.1844.1436-
YUV177.15113.81136.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=36.56%
G=34.04%
B=29.40%

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
Decimal18917615200.070.200.2638.9221.8966.86
HexBDB09807141A271643
Octal2752602300724324726103
Binary10111101101100001001100001111010011010100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB098; }

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

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

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

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

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

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

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

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