#BFB799

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

Shades of Akaroa #BFB799

Tints of Akaroa #BFB799

Color information

#BFB799 (or 0xBFB799) is unknown color: approx Akaroa. HEX triplet: BF, B7 and 99. RGB value is (191,183,153). Sum of RGB (Red+Green+Blue) = 191+183+153=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB799 is #404866. Grayscale: #B6B6B6. Windows color (decimal): -4212839 or 10074047. OLE color: 10074047.

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

Color convert

RGB191183153-
CMYK00.040.200.25
HSL47.37º22.89%67.45%-
HSV(B)47.37º19.9%74.9%-
XYZ44.1747.2436.93-
YUV181.97111.65134.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=36.24%
G=34.72%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118315300.040.200.2547.3722.8967.45
HexBFB7990414192f1743
Octal2772672310424315727103
Binary10111111101101111001100101001010011001101111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB799; }

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

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

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

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

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

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

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

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