#BEB698

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

Shades of Akaroa #BEB698

Tints of Akaroa #BEB698

Color information

#BEB698 (or 0xBEB698) is unknown color: approx Akaroa. HEX triplet: BE, B6 and 98. RGB value is (190,182,152). Sum of RGB (Red+Green+Blue) = 190+182+152=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB698 is #414967. Grayscale: #B5B5B5. Windows color (decimal): -4278632 or 10008254. OLE color: 10008254.

HSL color Cylindrical-coordinate representation of color #BEB698: hue angle of 47.37º 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 #BEB698 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB190182152-
CMYK00.040.20.25
HSL47.37º22.62%67.06%-
HSV(B)47.37º20%74.51%-
XYZ43.6346.6736.41-
YUV180.97111.65134.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=36.26%
G=34.73%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018215200.040.20.2547.3722.6267.06
HexBEB6980414192f1743
Octal2762662300424315727103
Binary10111110101101101001100001001010011001101111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB698; }

 p { color: rgb(190,182,152); }

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

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

 a { background-color: rgb(190,182,152); }

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

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

 span { border-color: rgb(190,182,152); }

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