#BFB099

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

Shades of Akaroa #BFB099

Tints of Akaroa #BFB099

Color information

#BFB099 (or 0xBFB099) is unknown color: approx Akaroa. HEX triplet: BF, B0 and 99. RGB value is (191,176,153). Sum of RGB (Red+Green+Blue) = 191+176+153=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB099 is #404F66. Grayscale: #B1B1B1. Windows color (decimal): -4214631 or 10072255. OLE color: 10072255.

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

Color convert

RGB191176153-
CMYK00.080.200.25
HSL36.32º22.89%67.45%-
HSV(B)36.32º19.9%74.9%-
XYZ42.7644.4336.46-
YUV177.86113.97137.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=36.73%
G=33.85%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117615300.080.200.2536.3222.8967.45
HexBFB099081419241743
Octal27726023101024314427103
Binary101111111011000010011001010001010011001100100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB099; }

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

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

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

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

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

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

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

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