#BEB19D

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

Shades of Akaroa #BEB19D

Tints of Akaroa #BEB19D

Color information

#BEB19D (or 0xBEB19D) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 9D. RGB value is (190,177,157). Sum of RGB (Red+Green+Blue) = 190+177+157=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB19D is #414E62. Grayscale: #B2B2B2. Windows color (decimal): -4279907 or 10334654. OLE color: 10334654.

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

Color convert

RGB190177157-
CMYK00.070.170.25
HSL36.36º20.25%68.04%-
HSV(B)36.36º17.37%74.51%-
XYZ43.0444.8338.28-
YUV178.61115.81136.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=36.26%
G=33.78%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017715700.070.170.2536.3620.2568.04
HexBEB19D071119241444
Octal2762612350721314424104
Binary10111110101100011001110101111000111001100100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB19D; }

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

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

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

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

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

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

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

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