#BFB295

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

Shades of Akaroa #BFB295

Tints of Akaroa #BFB295

Color information

#BFB295 (or 0xBFB295) is unknown color: approx Akaroa. HEX triplet: BF, B2 and 95. RGB value is (191,178,149). Sum of RGB (Red+Green+Blue) = 191+178+149=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB295 is #404D6A. Grayscale: #B2B2B2. Windows color (decimal): -4214123 or 9810623. OLE color: 9810623.

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

Color convert

RGB191178149-
CMYK00.070.220.25
HSL41.43º24.71%66.67%-
HSV(B)41.43º21.99%74.9%-
XYZ42.8345.0934.88-
YUV178.58111.31136.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=36.87%
G=34.36%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117814900.070.220.2541.4324.7166.67
HexBFB295071619291943
Octal2772622250726315131103
Binary10111111101100101001010101111011011001101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB295; }

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

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

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

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

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

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

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

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