#BFB299

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

Shades of Akaroa #BFB299

Tints of Akaroa #BFB299

Color information

#BFB299 (or 0xBFB299) is unknown color: approx Akaroa. HEX triplet: BF, B2 and 99. RGB value is (191,178,153). Sum of RGB (Red+Green+Blue) = 191+178+153=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB299 is #404D66. Grayscale: #B3B3B3. Windows color (decimal): -4214119 or 10072767. OLE color: 10072767.

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

Color convert

RGB191178153-
CMYK00.070.200.25
HSL39.47º22.89%67.45%-
HSV(B)39.47º19.9%74.9%-
XYZ43.1645.2236.59-
YUV179.04113.31136.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=36.59%
G=34.10%
B=29.31%

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
Decimal19117815300.070.200.2539.4722.8967.45
HexBFB299071419271743
Octal2772622310724314727103
Binary10111111101100101001100101111010011001100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB299; }

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

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

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

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

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

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

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

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