#BFB395

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

Shades of Akaroa #BFB395

Tints of Akaroa #BFB395

Color information

#BFB395 (or 0xBFB395) is unknown color: approx Akaroa. HEX triplet: BF, B3 and 95. RGB value is (191,179,149). Sum of RGB (Red+Green+Blue) = 191+179+149=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB395 is #404C6A. Grayscale: #B3B3B3. Windows color (decimal): -4213867 or 9810879. OLE color: 9810879.

HSL color Cylindrical-coordinate representation of color #BFB395: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB395 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB191179149-
CMYK00.060.220.25
HSL42.86º24.71%66.67%-
HSV(B)42.86º21.99%74.9%-
XYZ43.0345.4934.95-
YUV179.17110.98136.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=36.80%
G=34.49%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117914900.060.220.2542.8624.7166.67
HexBFB3950616192b1943
Octal2772632250626315331103
Binary10111111101100111001010101101011011001101011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB395; }

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

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

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

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

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

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

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

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