Html Css Color HEX #BEBD13 La Rioja

📋 copy color: '#BEBD13'

red 190 ◦ green 189 ◦ blue 19

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

Shades of La Rioja #BEBD13

Tints of La Rioja #BEBD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 47.74%
G = 47.49%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEBD13 (or 0xBEBD13) is known color: La Rioja. HEX triplet: BE, BD and 13. RGB value is (190,189,19). Sum of RGB (Red+Green+Blue) = 190+189+19=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBD13 is #4142EC. Grayscale: #AAAAAA. Windows color (decimal): -4276973 or 1293758. OLE color: 1293758.

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

Color convert

RGB 190 189 19 -
CMYK 0 0.01 0.90 0.25
HSL 59.65º 0.82% 0.41% -
HSV(B) 59.65º 0.9% 0.75% -
XYZ 39.55 47.39 7.68 -
YUV 169.92 42.83 142.32 -
System Red Green Blue C M Y K H S L
Decimal 190 189 19 0 0.01 0.90 0.25 59.65 0.82 0.41
Hex BE BD 13 0 1 5A 19 3C 52 29
Octal 276 275 23 0 1 132 31 74 122 51
Binary 10111110 10111101 10011 0 1 1011010 11001 111100 1010010 101001

Color Harmonies of #BEBD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD13

Black with #BEBD13

Text Example


Text Example

White with #BEBD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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