Html Css Color HEX #BEAF10 La Rioja

📋 copy color: '#BEAF10'

red 190 ◦ green 175 ◦ blue 16

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

Shades of La Rioja #BEAF10

Tints of La Rioja #BEAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.93%

 BLUE value IS 16 (6.64% from 255) = 4.2%

R = 49.87%
G = 45.93%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEAF10 (or 0xBEAF10) is known color: La Rioja. HEX triplet: BE, AF and 10. RGB value is (190,175,16). Sum of RGB (Red+Green+Blue) = 190+175+16=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAF10 is #4150EF. Grayscale: #A2A2A2. Windows color (decimal): -4280560 or 1093566. OLE color: 1093566.

HSL color Cylindrical-coordinate representation of color #BEAF10: hue angle of 54.83º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEAF10 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 175 16 -
CMYK 0 0.08 0.92 0.25
HSL 54.83º 0.84% 0.4% -
HSV(B) 54.83º 0.92% 0.75% -
XYZ 36.66 41.64 6.6 -
YUV 161.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 190 175 16 0 0.08 0.92 0.25 54.83 0.84 0.4
Hex BE AF 10 0 8 5C 19 37 54 28
Octal 276 257 20 0 10 134 31 67 124 50
Binary 10111110 10101111 10000 0 1000 1011100 11001 110111 1010100 101000

Color Harmonies of #BEAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF10

Black with #BEAF10

Text Example


Text Example

White with #BEAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF10; }

 p { color: rgb(190,175,16); }

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

background-color css

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

 a { background-color: rgb(190,175,16); }

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

border-color css

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

 span { border-color: rgb(190,175,16); }

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