#BFB494

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

Shades of Akaroa #BFB494

Tints of Akaroa #BFB494

Color information

#BFB494 (or 0xBFB494) is unknown color: approx Akaroa. HEX triplet: BF, B4 and 94. RGB value is (191,180,148). Sum of RGB (Red+Green+Blue) = 191+180+148=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB494 is #404B6B. Grayscale: #B3B3B3. Windows color (decimal): -4213612 or 9745599. OLE color: 9745599.

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

Color convert

RGB191180148-
CMYK00.060.230.25
HSL44.65º25.15%66.47%-
HSV(B)44.65º22.51%74.9%-
XYZ43.1545.8634.59-
YUV179.64110.14136.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=36.80%
G=34.68%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118014800.060.230.2544.6525.1566.47
HexBFB4940617192d1942
Octal2772642240627315531102
Binary10111111101101001001010001101011111001101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB494; }

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

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

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

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

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

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

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

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