#BFAE98

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

Shades of Akaroa #BFAE98

Tints of Akaroa #BFAE98

Color information

#BFAE98 (or 0xBFAE98) is unknown color: approx Akaroa. HEX triplet: BF, AE and 98. RGB value is (191,174,152). Sum of RGB (Red+Green+Blue) = 191+174+152=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE98 is #405167. Grayscale: #B0B0B0. Windows color (decimal): -4215144 or 10006207. OLE color: 10006207.

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

Color convert

RGB191174152-
CMYK00.090.200.25
HSL33.85º23.35%67.25%-
HSV(B)33.85º20.42%74.9%-
XYZ42.2943.6235.9-
YUV176.58114.13138.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=36.94%
G=33.66%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117415200.090.200.2533.8523.3567.25
HexBFAE98091419221743
Octal27725623001124314227103
Binary101111111010111010011000010011010011001100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE98; }

 p { color: rgb(191,174,152); }

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

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

 a { background-color: rgb(191,174,152); }

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

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

 span { border-color: rgb(191,174,152); }

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