#BEB29C

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

Shades of Akaroa #BEB29C

Tints of Akaroa #BEB29C

Color information

#BEB29C (or 0xBEB29C) is unknown color: approx Akaroa. HEX triplet: BE, B2 and 9C. RGB value is (190,178,156). Sum of RGB (Red+Green+Blue) = 190+178+156=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB29C is #414D63. Grayscale: #B3B3B3. Windows color (decimal): -4279652 or 10269374. OLE color: 10269374.

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

Color convert

RGB190178156-
CMYK00.060.180.25
HSL38.82º20.73%67.84%-
HSV(B)38.82º17.89%74.51%-
XYZ43.1645.1937.9-
YUV179.08114.98135.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 156 (61.33% from 255) = 29.77%
R=36.26%
G=33.97%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017815600.060.180.2538.8220.7367.84
HexBEB29C061219271544
Octal2762622340622314725104
Binary10111110101100101001110001101001011001100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB29C; }

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

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

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

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

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

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

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

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