#BFB198

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

Shades of Akaroa #BFB198

Tints of Akaroa #BFB198

Color information

#BFB198 (or 0xBFB198) is unknown color: approx Akaroa. HEX triplet: BF, B1 and 98. RGB value is (191,177,152). Sum of RGB (Red+Green+Blue) = 191+177+152=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB198 is #404E67. Grayscale: #B2B2B2. Windows color (decimal): -4214376 or 10006975. OLE color: 10006975.

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

Color convert

RGB191177152-
CMYK00.070.200.25
HSL38.46º23.35%67.25%-
HSV(B)38.46º20.42%74.9%-
XYZ42.8844.7936.09-
YUV178.34113.14137.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=36.73%
G=34.04%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117715200.070.200.2538.4623.3567.25
HexBFB198071419261743
Octal2772612300724314627103
Binary10111111101100011001100001111010011001100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB198; }

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

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

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

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

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

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

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

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