#BFB197

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

Shades of Akaroa #BFB197

Tints of Akaroa #BFB197

Color information

#BFB197 (or 0xBFB197) is unknown color: approx Akaroa. HEX triplet: BF, B1 and 97. RGB value is (191,177,151). Sum of RGB (Red+Green+Blue) = 191+177+151=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB197 is #404E68. Grayscale: #B2B2B2. Windows color (decimal): -4214377 or 9941439. OLE color: 9941439.

HSL color Cylindrical-coordinate representation of color #BFB197: hue angle of 39º 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 #BFB197 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191177151-
CMYK00.070.210.25
HSL39º23.81%67.06%-
HSV(B)39º20.94%74.9%-
XYZ42.7944.7635.66-
YUV178.22112.64137.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=36.80%
G=34.10%
B=29.09%

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
Decimal19117715100.070.210.253923.8167.06
HexBFB197071519271843
Octal2772612270725314730103
Binary10111111101100011001011101111010111001100111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB197; }

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

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

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

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

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

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

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

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