Html Css Color HEX #BEAE90 Akaroa

📋 copy color: '#BEAE90'

red 190 ◦ green 174 ◦ blue 144

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

Shades of Akaroa #BEAE90

Tints of Akaroa #BEAE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.25%

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

R = 37.4%
G = 34.25%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEAE90 (or 0xBEAE90) is known color: Akaroa. HEX triplet: BE, AE and 90. RGB value is (190,174,144). Sum of RGB (Red+Green+Blue) = 190+174+144=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE90 is #41516F. Grayscale: #AFAFAF. Windows color (decimal): -4280688 or 9481918. OLE color: 9481918.

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

Color convert

RGB 190 174 144 -
CMYK 0 0.08 0.24 0.25
HSL 39.13º 0.26% 0.65% -
HSV(B) 39.13º 0.24% 0.75% -
XYZ 41.41 43.23 32.55 -
YUV 175.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 190 174 144 0 0.08 0.24 0.25 39.13 0.26 0.65
Hex BE AE 90 0 8 18 19 27 1A 41
Octal 276 256 220 0 10 30 31 47 32 101
Binary 10111110 10101110 10010000 0 1000 11000 11001 100111 11010 1000001

Color Harmonies of #BEAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE90

Black with #BEAE90

Text Example


Text Example

White with #BEAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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