#BFB59C

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

Shades of Akaroa #BFB59C

Tints of Akaroa #BFB59C

Color information

#BFB59C (or 0xBFB59C) is unknown color: approx Akaroa. HEX triplet: BF, B5 and 9C. RGB value is (191,181,156). Sum of RGB (Red+Green+Blue) = 191+181+156=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB59C is #404A63. Grayscale: #B5B5B5. Windows color (decimal): -4213348 or 10270143. OLE color: 10270143.

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

Color convert

RGB191181156-
CMYK00.050.180.25
HSL42.86º21.47%68.04%-
HSV(B)42.86º18.32%74.9%-
XYZ44.0146.5238.11-
YUV181.14113.81135.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=36.17%
G=34.28%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118115600.050.180.2542.8621.4768.04
HexBFB59C0512192b1544
Octal2772652340522315325104
Binary10111111101101011001110001011001011001101011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB59C; }

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

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

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

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

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

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

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

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