#BDB394

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

Shades of Akaroa #BDB394

Tints of Akaroa #BDB394

Color information

#BDB394 (or 0xBDB394) is unknown color: approx Akaroa. HEX triplet: BD, B3 and 94. RGB value is (189,179,148). Sum of RGB (Red+Green+Blue) = 189+179+148=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB394 is #424C6B. Grayscale: #B2B2B2. Windows color (decimal): -4344940 or 9745341. OLE color: 9745341.

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

Color convert

RGB189179148-
CMYK00.050.220.26
HSL45.37º23.7%66.08%-
HSV(B)45.37º21.69%74.12%-
XYZ42.4545.234.5-
YUV178.46110.81135.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=36.63%
G=34.69%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917914800.050.220.2645.3723.766.08
HexBDB39405161A2d1842
Octal2752632240526325530102
Binary10111101101100111001010001011011011010101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB394; }

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

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

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

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

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

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

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

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