#BCB498

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

Shades of Akaroa #BCB498

Tints of Akaroa #BCB498

Color information

#BCB498 (or 0xBCB498) is unknown color: approx Akaroa. HEX triplet: BC, B4 and 98. RGB value is (188,180,152). Sum of RGB (Red+Green+Blue) = 188+180+152=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB498 is #434B67. Grayscale: #B3B3B3. Windows color (decimal): -4410216 or 10007740. OLE color: 10007740.

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

Color convert

RGB188180152-
CMYK00.040.190.26
HSL46.67º21.18%66.67%-
HSV(B)46.67º19.15%73.73%-
XYZ42.7345.636.26-
YUV179.2112.65134.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=36.15%
G=34.62%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818015200.040.190.2646.6721.1866.67
HexBCB49804131A2f1543
Octal2742642300423325725103
Binary10111100101101001001100001001001111010101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB498; }

 p { color: rgb(188,180,152); }

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

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

 a { background-color: rgb(188,180,152); }

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

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

 span { border-color: rgb(188,180,152); }

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