Html Css Color HEX #BEAB90 Akaroa

📋 copy color: '#BEAB90'

red 190 ◦ green 171 ◦ blue 144

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

Shades of Akaroa #BEAB90

Tints of Akaroa #BEAB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.86%

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

R = 37.62%
G = 33.86%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEAB90 (or 0xBEAB90) is known color: Akaroa. HEX triplet: BE, AB and 90. RGB value is (190,171,144). Sum of RGB (Red+Green+Blue) = 190+171+144=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB90 is #41546F. Grayscale: #ADADAD. Windows color (decimal): -4281456 or 9481150. OLE color: 9481150.

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

Color convert

RGB 190 171 144 -
CMYK 0 0.10 0.24 0.25
HSL 35.22º 0.26% 0.65% -
HSV(B) 35.22º 0.24% 0.75% -
XYZ 40.83 42.09 32.36 -
YUV 173.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 190 171 144 0 0.10 0.24 0.25 35.22 0.26 0.65
Hex BE AB 90 0 A 18 19 23 1A 41
Octal 276 253 220 0 12 30 31 43 32 101
Binary 10111110 10101011 10010000 0 1010 11000 11001 100011 11010 1000001

Color Harmonies of #BEAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB90

Black with #BEAB90

Text Example


Text Example

White with #BEAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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