Html Css Color HEX #BEB91C La Rioja

📋 copy color: '#BEB91C'

red 190 ◦ green 185 ◦ blue 28

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

Shades of La Rioja #BEB91C

Tints of La Rioja #BEB91C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.91%

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 47.15%
G = 45.91%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEB91C (or 0xBEB91C) is known color: La Rioja. HEX triplet: BE, B9 and 1C. RGB value is (190,185,28). Sum of RGB (Red+Green+Blue) = 190+185+28=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB91C is #4146E3. Grayscale: #A9A9A9. Windows color (decimal): -4277988 or 1882558. OLE color: 1882558.

HSL color Cylindrical-coordinate representation of color #BEB91C: hue angle of 58.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEB91C is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 28 -
CMYK 0 0.03 0.85 0.25
HSL 58.15º 0.74% 0.43% -
HSV(B) 58.15º 0.85% 0.75% -
XYZ 38.79 45.73 7.88 -
YUV 168.6 48.66 143.27 -
System Red Green Blue C M Y K H S L
Decimal 190 185 28 0 0.03 0.85 0.25 58.15 0.74 0.43
Hex BE B9 1C 0 3 55 19 3A 4A 2B
Octal 276 271 34 0 3 125 31 72 112 53
Binary 10111110 10111001 11100 0 11 1010101 11001 111010 1001010 101011

Color Harmonies of #BEB91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB91C

Black with #BEB91C

Text Example


Text Example

White with #BEB91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB91C; }

 p { color: rgb(190,185,28); }

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

background-color css

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

 a { background-color: rgb(190,185,28); }

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

border-color css

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

 span { border-color: rgb(190,185,28); }

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