Html Css Color HEX #BEAA90 Akaroa

📋 copy color: '#BEAA90'

red 190 ◦ green 170 ◦ blue 144

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

Shades of Akaroa #BEAA90

Tints of Akaroa #BEAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.73%

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

R = 37.7%
G = 33.73%
B = 28.57%

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

#BEAA90 (or 0xBEAA90) is known color: Akaroa. HEX triplet: BE, AA and 90. RGB value is (190,170,144). Sum of RGB (Red+Green+Blue) = 190+170+144=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA90 is #41556F. Grayscale: #ADADAD. Windows color (decimal): -4281712 or 9480894. OLE color: 9480894.

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

Color convert

RGB 190 170 144 -
CMYK 0 0.11 0.24 0.25
HSL 33.91º 0.26% 0.65% -
HSV(B) 33.91º 0.24% 0.75% -
XYZ 40.64 41.71 32.29 -
YUV 173.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 190 170 144 0 0.11 0.24 0.25 33.91 0.26 0.65
Hex BE AA 90 0 B 18 19 22 1A 41
Octal 276 252 220 0 13 30 31 42 32 101
Binary 10111110 10101010 10010000 0 1011 11000 11001 100010 11010 1000001

Color Harmonies of #BEAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA90

Black with #BEAA90

Text Example


Text Example

White with #BEAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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