#BFB392

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

Shades of Akaroa #BFB392

Tints of Akaroa #BFB392

Color information

#BFB392 (or 0xBFB392) is unknown color: approx Akaroa. HEX triplet: BF, B3 and 92. RGB value is (191,179,146). Sum of RGB (Red+Green+Blue) = 191+179+146=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB392 is #404C6D. Grayscale: #B2B2B2. Windows color (decimal): -4213870 or 9614271. OLE color: 9614271.

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

Color convert

RGB191179146-
CMYK00.060.240.25
HSL44º26.01%66.08%-
HSV(B)44º23.56%74.9%-
XYZ42.7945.3933.7-
YUV178.83109.48136.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=37.02%
G=34.69%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117914600.060.240.254426.0166.08
HexBFB3920618192c1a42
Octal2772632220630315432102
Binary10111111101100111001001001101100011001101100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB392; }

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

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

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

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

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

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

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

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