#BFB294

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

Shades of Akaroa #BFB294

Tints of Akaroa #BFB294

Color information

#BFB294 (or 0xBFB294) is unknown color: approx Akaroa. HEX triplet: BF, B2 and 94. RGB value is (191,178,148). Sum of RGB (Red+Green+Blue) = 191+178+148=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB294 is #404D6B. Grayscale: #B2B2B2. Windows color (decimal): -4214124 or 9745087. OLE color: 9745087.

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

Color convert

RGB191178148-
CMYK00.070.230.25
HSL41.86º25.15%66.47%-
HSV(B)41.86º22.51%74.9%-
XYZ42.7545.0634.46-
YUV178.47110.81136.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=36.94%
G=34.43%
B=28.63%

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
Decimal19117814800.070.230.2541.8625.1566.47
HexBFB2940717192a1942
Octal2772622240727315231102
Binary10111111101100101001010001111011111001101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB294; }

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

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

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

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

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

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

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

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