#BFB19C

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

Shades of Akaroa #BFB19C

Tints of Akaroa #BFB19C

Color information

#BFB19C (or 0xBFB19C) is unknown color: approx Akaroa. HEX triplet: BF, B1 and 9C. RGB value is (191,177,156). Sum of RGB (Red+Green+Blue) = 191+177+156=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19C is #404E63. Grayscale: #B2B2B2. Windows color (decimal): -4214372 or 10269119. OLE color: 10269119.

HSL color Cylindrical-coordinate representation of color #BFB19C: hue angle of 36º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB19C is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191177156-
CMYK00.070.180.25
HSL36º21.47%68.04%-
HSV(B)36º18.32%74.9%-
XYZ43.2144.9237.85-
YUV178.79115.14136.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 156 (61.33% from 255) = 29.77%
R=36.45%
G=33.78%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117715600.070.180.253621.4768.04
HexBFB19C071219241544
Octal2772612340722314425104
Binary10111111101100011001110001111001011001100100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB19C; }

 p { color: rgb(191,177,156); }

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

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

 a { background-color: rgb(191,177,156); }

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

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

 span { border-color: rgb(191,177,156); }

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