#BFB495

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

Shades of Akaroa #BFB495

Tints of Akaroa #BFB495

Color information

#BFB495 (or 0xBFB495) is unknown color: approx Akaroa. HEX triplet: BF, B4 and 95. RGB value is (191,180,149). Sum of RGB (Red+Green+Blue) = 191+180+149=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB495 is #404B6A. Grayscale: #B3B3B3. Windows color (decimal): -4213611 or 9811135. OLE color: 9811135.

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

Color convert

RGB191180149-
CMYK00.060.220.25
HSL44.29º24.71%66.67%-
HSV(B)44.29º21.99%74.9%-
XYZ43.2345.8935.01-
YUV179.76110.64136.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=36.73%
G=34.62%
B=28.65%

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
Decimal19118014900.060.220.2544.2924.7166.67
HexBFB4950616192c1943
Octal2772642250626315431103
Binary10111111101101001001010101101011011001101100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB495; }

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

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

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

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

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

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

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

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