Html Css Color HEX #BEAF0F La Rioja

📋 copy color: '#BEAF0F'

red 190 ◦ green 175 ◦ blue 15

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

Shades of La Rioja #BEAF0F

Tints of La Rioja #BEAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.95%

R = 50%
G = 46.05%
B = 3.95%

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

#BEAF0F (or 0xBEAF0F) is known color: La Rioja. HEX triplet: BE, AF and 0F. RGB value is (190,175,15). Sum of RGB (Red+Green+Blue) = 190+175+15=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAF0F is #4150F0. Grayscale: #A1A1A1. Windows color (decimal): -4280561 or 1028030. OLE color: 1028030.

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

Color convert

RGB 190 175 15 -
CMYK 0 0.08 0.92 0.25
HSL 54.86º 0.85% 0.4% -
HSV(B) 54.86º 0.92% 0.75% -
XYZ 36.65 41.64 6.56 -
YUV 161.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 190 175 15 0 0.08 0.92 0.25 54.86 0.85 0.4
Hex BE AF F 0 8 5C 19 37 55 28
Octal 276 257 17 0 10 134 31 67 125 50
Binary 10111110 10101111 1111 0 1000 1011100 11001 110111 1010101 101000

Color Harmonies of #BEAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF0F

Black with #BEAF0F

Text Example


Text Example

White with #BEAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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