#BFB79A

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

Shades of Akaroa #BFB79A

Tints of Akaroa #BFB79A

Color information

#BFB79A (or 0xBFB79A) is unknown color: approx Akaroa. HEX triplet: BF, B7 and 9A. RGB value is (191,183,154). Sum of RGB (Red+Green+Blue) = 191+183+154=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB79A is #404865. Grayscale: #B6B6B6. Windows color (decimal): -4212838 or 10139583. OLE color: 10139583.

HSL color Cylindrical-coordinate representation of color #BFB79A: hue angle of 47.03º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB79A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191183154-
CMYK00.040.190.25
HSL47.03º22.42%67.65%-
HSV(B)47.03º19.37%74.9%-
XYZ44.2547.2837.36-
YUV182.09112.15134.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=36.17%
G=34.66%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118315400.040.190.2547.0322.4267.65
HexBFB79A0413192f1644
Octal2772672320423315726104
Binary10111111101101111001101001001001111001101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB79A; }

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

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

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

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

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

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

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

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