Html Css Color HEX #BEA990 Akaroa

📋 copy color: '#BEA990'

red 190 ◦ green 169 ◦ blue 144

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

Shades of Akaroa #BEA990

Tints of Akaroa #BEA990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 37.77%
G = 33.6%
B = 28.63%

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

#BEA990 (or 0xBEA990) is known color: Akaroa. HEX triplet: BE, A9 and 90. RGB value is (190,169,144). Sum of RGB (Red+Green+Blue) = 190+169+144=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA990 is #41566F. Grayscale: #ACACAC. Windows color (decimal): -4281968 or 9480638. OLE color: 9480638.

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

Color convert

RGB 190 169 144 -
CMYK 0 0.11 0.24 0.25
HSL 32.61º 0.26% 0.65% -
HSV(B) 32.61º 0.24% 0.75% -
XYZ 40.46 41.34 32.23 -
YUV 172.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 190 169 144 0 0.11 0.24 0.25 32.61 0.26 0.65
Hex BE A9 90 0 B 18 19 21 1A 41
Octal 276 251 220 0 13 30 31 41 32 101
Binary 10111110 10101001 10010000 0 1011 11000 11001 100001 11010 1000001

Color Harmonies of #BEA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA990

Black with #BEA990

Text Example


Text Example

White with #BEA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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