#BEB19C

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

Shades of Akaroa #BEB19C

Tints of Akaroa #BEB19C

Color information

#BEB19C (or 0xBEB19C) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 9C. RGB value is (190,177,156). Sum of RGB (Red+Green+Blue) = 190+177+156=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB19C is #414E63. Grayscale: #B2B2B2. Windows color (decimal): -4279908 or 10269118. OLE color: 10269118.

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

Color convert

RGB190177156-
CMYK00.070.180.25
HSL37.06º20.73%67.84%-
HSV(B)37.06º17.89%74.51%-
XYZ42.9644.7937.83-
YUV178.49115.31136.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=36.33%
G=33.84%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017715600.070.180.2537.0620.7367.84
HexBEB19C071219251544
Octal2762612340722314525104
Binary10111110101100011001110001111001011001100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB19C; }

 p { color: rgb(190,177,156); }

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

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

 a { background-color: rgb(190,177,156); }

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

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

 span { border-color: rgb(190,177,156); }

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