#BFB297

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

Shades of Akaroa #BFB297

Tints of Akaroa #BFB297

Color information

#BFB297 (or 0xBFB297) is unknown color: approx Akaroa. HEX triplet: BF, B2 and 97. RGB value is (191,178,151). Sum of RGB (Red+Green+Blue) = 191+178+151=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB297 is #404D68. Grayscale: #B2B2B2. Windows color (decimal): -4214121 or 9941695. OLE color: 9941695.

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

Color convert

RGB191178151-
CMYK00.070.210.25
HSL40.5º23.81%67.06%-
HSV(B)40.5º20.94%74.9%-
XYZ42.9945.1535.73-
YUV178.81112.31136.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=36.73%
G=34.23%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117815100.070.210.2540.523.8167.06
HexBFB297071519291843
Octal2772622270725315130103
Binary10111111101100101001011101111010111001101001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB297; }

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

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

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

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

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

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

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

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