#BFB594

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

Shades of Akaroa #BFB594

Tints of Akaroa #BFB594

Color information

#BFB594 (or 0xBFB594) is unknown color: approx Akaroa. HEX triplet: BF, B5 and 94. RGB value is (191,181,148). Sum of RGB (Red+Green+Blue) = 191+181+148=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB594 is #404A6B. Grayscale: #B4B4B4. Windows color (decimal): -4213356 or 9745855. OLE color: 9745855.

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

Color convert

RGB191181148-
CMYK00.050.230.25
HSL46.05º25.15%66.47%-
HSV(B)46.05º22.51%74.9%-
XYZ43.3646.2634.66-
YUV180.23109.81135.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=36.73%
G=34.81%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118114800.050.230.2546.0525.1566.47
HexBFB5940517192e1942
Octal2772652240527315631102
Binary10111111101101011001010001011011111001101110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB594; }

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

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

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

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

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

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

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

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