#BDB19B

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

Shades of Akaroa #BDB19B

Tints of Akaroa #BDB19B

Color information

#BDB19B (or 0xBDB19B) is unknown color: approx Akaroa. HEX triplet: BD, B1 and 9B. RGB value is (189,177,155). Sum of RGB (Red+Green+Blue) = 189+177+155=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB19B is #424E64. Grayscale: #B2B2B2. Windows color (decimal): -4345445 or 10203581. OLE color: 10203581.

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

Color convert

RGB189177155-
CMYK00.060.180.26
HSL38.82º20.48%67.45%-
HSV(B)38.82º17.99%74.12%-
XYZ42.6244.6337.38-
YUV178.08114.98135.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=36.28%
G=33.97%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917715500.060.180.2638.8220.4867.45
HexBDB19B06121A271443
Octal2752612330622324724103
Binary10111101101100011001101101101001011010100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB19B; }

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

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

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

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

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

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

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

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