Html Css Color HEX #BEAD92 Akaroa

📋 copy color: '#BEAD92'

red 190 ◦ green 173 ◦ blue 146

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

Shades of Akaroa #BEAD92

Tints of Akaroa #BEAD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.99%

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

R = 37.33%
G = 33.99%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEAD92 (or 0xBEAD92) is known color: Akaroa. HEX triplet: BE, AD and 92. RGB value is (190,173,146). Sum of RGB (Red+Green+Blue) = 190+173+146=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD92 is #41526D. Grayscale: #AFAFAF. Windows color (decimal): -4280942 or 9612734. OLE color: 9612734.

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

Color convert

RGB 190 173 146 -
CMYK 0 0.09 0.23 0.25
HSL 36.82º 0.25% 0.66% -
HSV(B) 36.82º 0.23% 0.75% -
XYZ 41.37 42.91 33.3 -
YUV 175.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 190 173 146 0 0.09 0.23 0.25 36.82 0.25 0.66
Hex BE AD 92 0 9 17 19 25 19 42
Octal 276 255 222 0 11 27 31 45 31 102
Binary 10111110 10101101 10010010 0 1001 10111 11001 100101 11001 1000010

Color Harmonies of #BEAD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD92

Black with #BEAD92

Text Example


Text Example

White with #BEAD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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