Html Css Color HEX #BEBD15 La Rioja

📋 copy color: '#BEBD15'

red 190 ◦ green 189 ◦ blue 21

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

Shades of La Rioja #BEBD15

Tints of La Rioja #BEBD15

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.25%

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 47.5%
G = 47.25%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BEBD15 (or 0xBEBD15) is known color: La Rioja. HEX triplet: BE, BD and 15. RGB value is (190,189,21). Sum of RGB (Red+Green+Blue) = 190+189+21=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBD15 is #4142EA. Grayscale: #AAAAAA. Windows color (decimal): -4276971 or 1424830. OLE color: 1424830.

HSL color Cylindrical-coordinate representation of color #BEBD15: hue angle of 59.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEBD15 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 21 -
CMYK 0 0.01 0.89 0.25
HSL 59.64º 0.8% 0.41% -
HSV(B) 59.64º 0.89% 0.75% -
XYZ 39.57 47.4 7.77 -
YUV 170.15 43.83 142.16 -
System Red Green Blue C M Y K H S L
Decimal 190 189 21 0 0.01 0.89 0.25 59.64 0.8 0.41
Hex BE BD 15 0 1 59 19 3C 50 29
Octal 276 275 25 0 1 131 31 74 120 51
Binary 10111110 10111101 10101 0 1 1011001 11001 111100 1010000 101001

Color Harmonies of #BEBD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD15

Black with #BEBD15

Text Example


Text Example

White with #BEBD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD15; }

 p { color: rgb(190,189,21); }

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

background-color css

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

 a { background-color: rgb(190,189,21); }

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

border-color css

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

 span { border-color: rgb(190,189,21); }

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