Html Css Color HEX #BEAA92 Akaroa

📋 copy color: '#BEAA92'

red 190 ◦ green 170 ◦ blue 146

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

Shades of Akaroa #BEAA92

Tints of Akaroa #BEAA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 37.55%
G = 33.6%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEAA92 (or 0xBEAA92) is known color: Akaroa. HEX triplet: BE, AA and 92. RGB value is (190,170,146). Sum of RGB (Red+Green+Blue) = 190+170+146=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA92 is #41556D. Grayscale: #ADADAD. Windows color (decimal): -4281710 or 9611966. OLE color: 9611966.

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

Color convert

RGB 190 170 146 -
CMYK 0 0.11 0.23 0.25
HSL 32.73º 0.25% 0.66% -
HSV(B) 32.73º 0.23% 0.75% -
XYZ 40.8 41.77 33.11 -
YUV 173.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 190 170 146 0 0.11 0.23 0.25 32.73 0.25 0.66
Hex BE AA 92 0 B 17 19 21 19 42
Octal 276 252 222 0 13 27 31 41 31 102
Binary 10111110 10101010 10010010 0 1011 10111 11001 100001 11001 1000010

Color Harmonies of #BEAA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA92

Black with #BEAA92

Text Example


Text Example

White with #BEAA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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