#BFB196

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

Shades of Akaroa #BFB196

Tints of Akaroa #BFB196

Color information

#BFB196 (or 0xBFB196) is unknown color: approx Akaroa. HEX triplet: BF, B1 and 96. RGB value is (191,177,150). Sum of RGB (Red+Green+Blue) = 191+177+150=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB196 is #404E69. Grayscale: #B2B2B2. Windows color (decimal): -4214378 or 9875903. OLE color: 9875903.

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

Color convert

RGB191177150-
CMYK00.070.210.25
HSL39.51º24.26%66.86%-
HSV(B)39.51º21.47%74.9%-
XYZ42.7144.7235.24-
YUV178.11112.14137.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=36.87%
G=34.17%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117715000.070.210.2539.5124.2666.86
HexBFB196071519281843
Octal2772612260725315030103
Binary10111111101100011001011001111010111001101000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB196; }

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

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

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

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

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

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

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

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