#BDB293

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

Shades of Akaroa #BDB293

Tints of Akaroa #BDB293

Color information

#BDB293 (or 0xBDB293) is unknown color: approx Akaroa. HEX triplet: BD, B2 and 93. RGB value is (189,178,147). Sum of RGB (Red+Green+Blue) = 189+178+147=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB293 is #424D6C. Grayscale: #B1B1B1. Windows color (decimal): -4345197 or 9679549. OLE color: 9679549.

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

Color convert

RGB189178147-
CMYK00.060.220.26
HSL44.29º24.14%65.88%-
HSV(B)44.29º22.22%74.12%-
XYZ42.1744.7734.02-
YUV177.76110.64136.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=36.77%
G=34.63%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917814700.060.220.2644.2924.1465.88
HexBDB29306161A2c1842
Octal2752622230626325430102
Binary10111101101100101001001101101011011010101100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB293; }

 p { color: rgb(189,178,147); }

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

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

 a { background-color: rgb(189,178,147); }

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

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

 span { border-color: rgb(189,178,147); }

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