#BCB098

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

Shades of Akaroa #BCB098

Tints of Akaroa #BCB098

Color information

#BCB098 (or 0xBCB098) is unknown color: approx Akaroa. HEX triplet: BC, B0 and 98. RGB value is (188,176,152). Sum of RGB (Red+Green+Blue) = 188+176+152=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB098 is #434F67. Grayscale: #B0B0B0. Windows color (decimal): -4411240 or 10006716. OLE color: 10006716.

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

Color convert

RGB188176152-
CMYK00.060.190.26
HSL40º21.18%66.67%-
HSV(B)40º19.15%73.73%-
XYZ41.9344.0135.99-
YUV176.85113.98135.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=36.43%
G=34.11%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817615200.060.190.264021.1866.67
HexBCB09806131A281543
Octal2742602300623325025103
Binary10111100101100001001100001101001111010101000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB098; }

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

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

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

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

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

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

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

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