#BCB09A

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

Shades of Akaroa #BCB09A

Tints of Akaroa #BCB09A

Color information

#BCB09A (or 0xBCB09A) is unknown color: approx Akaroa. HEX triplet: BC, B0 and 9A. RGB value is (188,176,154). Sum of RGB (Red+Green+Blue) = 188+176+154=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB09A is #434F65. Grayscale: #B1B1B1. Windows color (decimal): -4411238 or 10137788. OLE color: 10137788.

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

Color convert

RGB188176154-
CMYK00.060.180.26
HSL38.82º20.24%67.06%-
HSV(B)38.82º18.09%73.73%-
XYZ42.144.0836.86-
YUV177.08114.98135.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=36.29%
G=33.98%
B=29.73%

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
Decimal18817615400.060.180.2638.8220.2467.06
HexBCB09A06121A271443
Octal2742602320622324724103
Binary10111100101100001001101001101001011010100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB09A; }

 p { color: rgb(188,176,154); }

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

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

 a { background-color: rgb(188,176,154); }

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

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

 span { border-color: rgb(188,176,154); }

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