Html Css Color HEX #BEB304 La Rioja

📋 copy color: '#BEB304'

red 190 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #BEB304

Tints of La Rioja #BEB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.99%

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 50.94%
G = 47.99%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BEB304 (or 0xBEB304) is known color: La Rioja. HEX triplet: BE, B3 and 04. RGB value is (190,179,4). Sum of RGB (Red+Green+Blue) = 190+179+4=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB304 is #414CFB. Grayscale: #A3A3A3. Windows color (decimal): -4279548 or 308158. OLE color: 308158.

HSL color Cylindrical-coordinate representation of color #BEB304: hue angle of 56.45º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEB304 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 179 4 -
CMYK 0 0.06 0.98 0.25
HSL 56.45º 0.96% 0.38% -
HSV(B) 56.45º 0.98% 0.75% -
XYZ 37.38 43.2 6.48 -
YUV 162.34 38.64 147.73 -
System Red Green Blue C M Y K H S L
Decimal 190 179 4 0 0.06 0.98 0.25 56.45 0.96 0.38
Hex BE B3 4 0 6 62 19 38 60 26
Octal 276 263 4 0 6 142 31 70 140 46
Binary 10111110 10110011 100 0 110 1100010 11001 111000 1100000 100110

Color Harmonies of #BEB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB304

Black with #BEB304

Text Example


Text Example

White with #BEB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB304; }

 p { color: rgb(190,179,4); }

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

background-color css

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

 a { background-color: rgb(190,179,4); }

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

border-color css

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

 span { border-color: rgb(190,179,4); }

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