#BFB092

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

Shades of Akaroa #BFB092

Tints of Akaroa #BFB092

Color information

#BFB092 (or 0xBFB092) is unknown color: approx Akaroa. HEX triplet: BF, B0 and 92. RGB value is (191,176,146). Sum of RGB (Red+Green+Blue) = 191+176+146=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB092 is #404F6D. Grayscale: #B1B1B1. Windows color (decimal): -4214638 or 9613503. OLE color: 9613503.

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

Color convert

RGB191176146-
CMYK00.080.240.25
HSL40º26.01%66.08%-
HSV(B)40º23.56%74.9%-
XYZ42.244.233.5-
YUV177.06110.47137.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=37.23%
G=34.31%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117614600.080.240.254026.0166.08
HexBFB092081819281a42
Octal27726022201030315032102
Binary101111111011000010010010010001100011001101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB092; }

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

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

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

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

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

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

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

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