Html Css Color HEX #BEBA12 La Rioja

📋 copy color: '#BEBA12'

red 190 ◦ green 186 ◦ blue 18

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

Shades of La Rioja #BEBA12

Tints of La Rioja #BEBA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.21%

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 48.22%
G = 47.21%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEBA12 (or 0xBEBA12) is known color: La Rioja. HEX triplet: BE, BA and 12. RGB value is (190,186,18). Sum of RGB (Red+Green+Blue) = 190+186+18=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA12 is #4145ED. Grayscale: #A8A8A8. Windows color (decimal): -4277742 or 1227454. OLE color: 1227454.

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

Color convert

RGB 190 186 18 -
CMYK 0 0.02 0.91 0.25
HSL 58.6º 0.83% 0.41% -
HSV(B) 58.6º 0.91% 0.75% -
XYZ 38.9 46.11 7.42 -
YUV 168.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 190 186 18 0 0.02 0.91 0.25 58.6 0.83 0.41
Hex BE BA 12 0 2 5B 19 3B 53 29
Octal 276 272 22 0 2 133 31 73 123 51
Binary 10111110 10111010 10010 0 10 1011011 11001 111011 1010011 101001

Color Harmonies of #BEBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA12

Black with #BEBA12

Text Example


Text Example

White with #BEBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA12; }

 p { color: rgb(190,186,18); }

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

background-color css

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

 a { background-color: rgb(190,186,18); }

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

border-color css

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

 span { border-color: rgb(190,186,18); }

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