#BFB093

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

Shades of Akaroa #BFB093

Tints of Akaroa #BFB093

Color information

#BFB093 (or 0xBFB093) is unknown color: approx Akaroa. HEX triplet: BF, B0 and 93. RGB value is (191,176,147). Sum of RGB (Red+Green+Blue) = 191+176+147=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB093 is #404F6C. Grayscale: #B1B1B1. Windows color (decimal): -4214637 or 9679039. OLE color: 9679039.

HSL color Cylindrical-coordinate representation of color #BFB093: hue angle of 39.55º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB093 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191176147-
CMYK00.080.230.25
HSL39.55º25.58%66.27%-
HSV(B)39.55º23.04%74.9%-
XYZ42.2844.2333.91-
YUV177.18110.97137.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=37.16%
G=34.24%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117614700.080.230.2539.5525.5866.27
HexBFB093081719281a42
Octal27726022301027315032102
Binary101111111011000010010011010001011111001101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB093; }

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

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

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

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

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

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

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

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