#BFB09D

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

Shades of Akaroa #BFB09D

Tints of Akaroa #BFB09D

Color information

#BFB09D (or 0xBFB09D) is unknown color: approx Akaroa. HEX triplet: BF, B0 and 9D. RGB value is (191,176,157). Sum of RGB (Red+Green+Blue) = 191+176+157=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB09D is #404F62. Grayscale: #B2B2B2. Windows color (decimal): -4214627 or 10334399. OLE color: 10334399.

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

Color convert

RGB191176157-
CMYK00.080.180.25
HSL33.53º20.99%68.24%-
HSV(B)33.53º17.8%74.9%-
XYZ43.144.5638.23-
YUV178.32115.97137.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=36.45%
G=33.59%
B=29.96%

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
Decimal19117615700.080.180.2533.5320.9968.24
HexBFB09D081219221544
Octal27726023501022314225104
Binary101111111011000010011101010001001011001100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB09D; }

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

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

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

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

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

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

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

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