#BEAF95

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

Shades of Akaroa #BEAF95

Tints of Akaroa #BEAF95

Color information

#BEAF95 (or 0xBEAF95) is unknown color: approx Akaroa. HEX triplet: BE, AF and 95. RGB value is (190,175,149). Sum of RGB (Red+Green+Blue) = 190+175+149=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF95 is #41506A. Grayscale: #B0B0B0. Windows color (decimal): -4280427 or 9809854. OLE color: 9809854.

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

Color convert

RGB190175149-
CMYK00.080.220.25
HSL38.05º23.98%66.47%-
HSV(B)38.05º21.58%74.51%-
XYZ41.9943.7834.67-
YUV176.52112.47137.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=36.96%
G=34.05%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017514900.080.220.2538.0523.9866.47
HexBEAF95081619261842
Octal27625722501026314630102
Binary101111101010111110010101010001011011001100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF95; }

 p { color: rgb(190,175,149); }

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

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

 a { background-color: rgb(190,175,149); }

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

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

 span { border-color: rgb(190,175,149); }

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