#BFB49C

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

Shades of Akaroa #BFB49C

Tints of Akaroa #BFB49C

Color information

#BFB49C (or 0xBFB49C) is unknown color: approx Akaroa. HEX triplet: BF, B4 and 9C. RGB value is (191,180,156). Sum of RGB (Red+Green+Blue) = 191+180+156=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB49C is #404B63. Grayscale: #B4B4B4. Windows color (decimal): -4213604 or 10269887. OLE color: 10269887.

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

Color convert

RGB191180156-
CMYK00.060.180.25
HSL41.14º21.47%68.04%-
HSV(B)41.14º18.32%74.9%-
XYZ43.8146.1238.05-
YUV180.55114.14135.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=36.24%
G=34.16%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118015600.060.180.2541.1421.4768.04
HexBFB49C061219291544
Octal2772642340622315125104
Binary10111111101101001001110001101001011001101001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB49C; }

 p { color: rgb(191,180,156); }

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

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

 a { background-color: rgb(191,180,156); }

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

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

 span { border-color: rgb(191,180,156); }

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