#BFB195

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

Shades of Akaroa #BFB195

Tints of Akaroa #BFB195

Color information

#BFB195 (or 0xBFB195) is unknown color: approx Akaroa. HEX triplet: BF, B1 and 95. RGB value is (191,177,149). Sum of RGB (Red+Green+Blue) = 191+177+149=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB195 is #404E6A. Grayscale: #B2B2B2. Windows color (decimal): -4214379 or 9810367. OLE color: 9810367.

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

Color convert

RGB191177149-
CMYK00.070.220.25
HSL40º24.71%66.67%-
HSV(B)40º21.99%74.9%-
XYZ42.6344.6934.81-
YUV177.99111.64137.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=36.94%
G=34.24%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117714900.070.220.254024.7166.67
HexBFB195071619281943
Octal2772612250726315031103
Binary10111111101100011001010101111011011001101000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB195; }

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

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

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

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

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

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

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

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