#BFB096

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

Shades of Akaroa #BFB096

Tints of Akaroa #BFB096

Color information

#BFB096 (or 0xBFB096) is unknown color: approx Akaroa. HEX triplet: BF, B0 and 96. RGB value is (191,176,150). Sum of RGB (Red+Green+Blue) = 191+176+150=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB096 is #404F69. Grayscale: #B1B1B1. Windows color (decimal): -4214634 or 9875647. OLE color: 9875647.

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

Color convert

RGB191176150-
CMYK00.080.210.25
HSL38.05º24.26%66.86%-
HSV(B)38.05º21.47%74.9%-
XYZ42.5244.3335.17-
YUV177.52112.47137.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=36.94%
G=34.04%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117615000.080.210.2538.0524.2666.86
HexBFB096081519261843
Octal27726022601025314630103
Binary101111111011000010010110010001010111001100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB096; }

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

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

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

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

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

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

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

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