#BFB09C

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

Shades of Akaroa #BFB09C

Tints of Akaroa #BFB09C

Color information

#BFB09C (or 0xBFB09C) is unknown color: approx Akaroa. HEX triplet: BF, B0 and 9C. RGB value is (191,176,156). Sum of RGB (Red+Green+Blue) = 191+176+156=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB09C is #404F63. Grayscale: #B2B2B2. Windows color (decimal): -4214628 or 10268863. OLE color: 10268863.

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

Color convert

RGB191176156-
CMYK00.080.180.25
HSL34.29º21.47%68.04%-
HSV(B)34.29º18.32%74.9%-
XYZ43.0144.5337.78-
YUV178.2115.47137.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=36.52%
G=33.65%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117615600.080.180.2534.2921.4768.04
HexBFB09C081219221544
Octal27726023401022314225104
Binary101111111011000010011100010001001011001100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB09C; }

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

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

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

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

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

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

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

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