#BDB192

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

Shades of Akaroa #BDB192

Tints of Akaroa #BDB192

Color information

#BDB192 (or 0xBDB192) is unknown color: approx Akaroa. HEX triplet: BD, B1 and 92. RGB value is (189,177,146). Sum of RGB (Red+Green+Blue) = 189+177+146=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB192 is #424E6D. Grayscale: #B1B1B1. Windows color (decimal): -4345454 or 9613757. OLE color: 9613757.

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

Color convert

RGB189177146-
CMYK00.060.230.26
HSL43.26º24.57%65.69%-
HSV(B)43.26º22.75%74.12%-
XYZ41.944.3433.54-
YUV177.05110.48136.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=36.91%
G=34.57%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917714600.060.230.2643.2624.5765.69
HexBDB19206171A2b1942
Octal2752612220627325331102
Binary10111101101100011001001001101011111010101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB192; }

 p { color: rgb(189,177,146); }

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

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

 a { background-color: rgb(189,177,146); }

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

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

 span { border-color: rgb(189,177,146); }

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