Html Css Color HEX #BEAF0C La Rioja

📋 copy color: '#BEAF0C'

red 190 ◦ green 175 ◦ blue 12

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

Shades of La Rioja #BEAF0C

Tints of La Rioja #BEAF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 50.4%
G = 46.42%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEAF0C (or 0xBEAF0C) is known color: La Rioja. HEX triplet: BE, AF and 0C. RGB value is (190,175,12). Sum of RGB (Red+Green+Blue) = 190+175+12=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAF0C is #4150F3. Grayscale: #A1A1A1. Windows color (decimal): -4280564 or 831422. OLE color: 831422.

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

Color convert

RGB 190 175 12 -
CMYK 0 0.08 0.94 0.25
HSL 54.94º 0.88% 0.4% -
HSV(B) 54.94º 0.94% 0.75% -
XYZ 36.63 41.63 6.45 -
YUV 160.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 190 175 12 0 0.08 0.94 0.25 54.94 0.88 0.4
Hex BE AF C 0 8 5E 19 37 58 28
Octal 276 257 14 0 10 136 31 67 130 50
Binary 10111110 10101111 1100 0 1000 1011110 11001 110111 1011000 101000

Color Harmonies of #BEAF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF0C

Black with #BEAF0C

Text Example


Text Example

White with #BEAF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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