#BFAF99

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

Shades of Akaroa #BFAF99

Tints of Akaroa #BFAF99

Color information

#BFAF99 (or 0xBFAF99) is unknown color: approx Akaroa. HEX triplet: BF, AF and 99. RGB value is (191,175,153). Sum of RGB (Red+Green+Blue) = 191+175+153=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF99 is #405066. Grayscale: #B1B1B1. Windows color (decimal): -4214887 or 10071999. OLE color: 10071999.

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

Color convert

RGB191175153-
CMYK00.080.200.25
HSL34.74º22.89%67.45%-
HSV(B)34.74º19.9%74.9%-
XYZ42.5744.0436.39-
YUV177.28114.3137.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=36.80%
G=33.72%
B=29.48%

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
Decimal19117515300.080.200.2534.7422.8967.45
HexBFAF99081419231743
Octal27725723101024314327103
Binary101111111010111110011001010001010011001100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF99; }

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

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

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

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

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

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

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

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