#BDB094

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

Shades of Akaroa #BDB094

Tints of Akaroa #BDB094

Color information

#BDB094 (or 0xBDB094) is unknown color: approx Akaroa. HEX triplet: BD, B0 and 94. RGB value is (189,176,148). Sum of RGB (Red+Green+Blue) = 189+176+148=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB094 is #424F6B. Grayscale: #B0B0B0. Windows color (decimal): -4345708 or 9744573. OLE color: 9744573.

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

Color convert

RGB189176148-
CMYK00.070.220.26
HSL40.98º23.7%66.08%-
HSV(B)40.98º21.69%74.12%-
XYZ41.8644.0134.31-
YUV176.7111.81136.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=36.84%
G=34.31%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917614800.070.220.2640.9823.766.08
HexBDB09407161A291842
Octal2752602240726325130102
Binary10111101101100001001010001111011011010101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB094; }

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

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

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

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

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

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

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

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