#BFB293

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

Shades of Akaroa #BFB293

Tints of Akaroa #BFB293

Color information

#BFB293 (or 0xBFB293) is unknown color: approx Akaroa. HEX triplet: BF, B2 and 93. RGB value is (191,178,147). Sum of RGB (Red+Green+Blue) = 191+178+147=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB293 is #404D6C. Grayscale: #B2B2B2. Windows color (decimal): -4214125 or 9679551. OLE color: 9679551.

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

Color convert

RGB191178147-
CMYK00.070.230.25
HSL42.27º25.58%66.27%-
HSV(B)42.27º23.04%74.9%-
XYZ42.6745.0234.05-
YUV178.35110.31137.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=37.02%
G=34.50%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117814700.070.230.2542.2725.5866.27
HexBFB2930717192a1a42
Octal2772622230727315232102
Binary10111111101100101001001101111011111001101010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB293; }

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

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

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

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

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

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

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

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