Html Css Color HEX #BEA991 Akaroa

📋 copy color: '#BEA991'

red 190 ◦ green 169 ◦ blue 145

#BEA991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #BEA991

Tints of Akaroa #BEA991

RGB

 RED value IS 190 (74.61% from 255) = 37.7%

 GREEN value IS 169 (66.41% from 255) = 33.53%

 BLUE value IS 145 (57.03% from 255) = 28.77%

R = 37.7%
G = 33.53%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEA991 (or 0xBEA991) is known color: Akaroa. HEX triplet: BE, A9 and 91. RGB value is (190,169,145). Sum of RGB (Red+Green+Blue) = 190+169+145=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA991 is #41566E. Grayscale: #ACACAC. Windows color (decimal): -4281967 or 9546174. OLE color: 9546174.

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

Color convert

RGB 190 169 145 -
CMYK 0 0.11 0.24 0.25
HSL 32º 0.26% 0.66% -
HSV(B) 32º 0.24% 0.75% -
XYZ 40.53 41.37 32.64 -
YUV 172.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 190 169 145 0 0.11 0.24 0.25 32 0.26 0.66
Hex BE A9 91 0 B 18 19 20 1A 42
Octal 276 251 221 0 13 30 31 40 32 102
Binary 10111110 10101001 10010001 0 1011 11000 11001 100000 11010 1000010

Color Harmonies of #BEA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA991

Black with #BEA991

Text Example


Text Example

White with #BEA991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA991; }

 p { color: rgb(190,169,145); }

 H1.HeaderClassName
 {
   color: #BEA991;
 }
 .AnyTagClassName
 {
   color: #BEA991;
 }
</style>

background-color css

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

 a { background-color: rgb(190,169,145); }

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

border-color css

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

 span { border-color: rgb(190,169,145); }

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