#BCB09B

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

Shades of Akaroa #BCB09B

Tints of Akaroa #BCB09B

Color information

#BCB09B (or 0xBCB09B) is unknown color: approx Akaroa. HEX triplet: BC, B0 and 9B. RGB value is (188,176,155). Sum of RGB (Red+Green+Blue) = 188+176+155=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB09B is #434F64. Grayscale: #B1B1B1. Windows color (decimal): -4411237 or 10203324. OLE color: 10203324.

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

Color convert

RGB188176155-
CMYK00.060.180.26
HSL38.18º19.76%67.25%-
HSV(B)38.18º17.55%73.73%-
XYZ42.1844.1137.3-
YUV177.19115.48135.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=36.22%
G=33.91%
B=29.87%

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
Decimal18817615500.060.180.2638.1819.7667.25
HexBCB09B06121A261443
Octal2742602330622324624103
Binary10111100101100001001101101101001011010100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB09B; }

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

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

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

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

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

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

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

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