#BFB595

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

Shades of Akaroa #BFB595

Tints of Akaroa #BFB595

Color information

#BFB595 (or 0xBFB595) is unknown color: approx Akaroa. HEX triplet: BF, B5 and 95. RGB value is (191,181,149). Sum of RGB (Red+Green+Blue) = 191+181+149=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB595 is #404A6A. Grayscale: #B4B4B4. Windows color (decimal): -4213355 or 9811391. OLE color: 9811391.

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

Color convert

RGB191181149-
CMYK00.050.220.25
HSL45.71º24.71%66.67%-
HSV(B)45.71º21.99%74.9%-
XYZ43.4346.2935.08-
YUV180.34110.31135.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=36.66%
G=34.74%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118114900.050.220.2545.7124.7166.67
HexBFB5950516192e1943
Octal2772652250526315631103
Binary10111111101101011001010101011011011001101110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB595; }

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

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

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

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

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

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

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

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