Html Css Color HEX #BEB60B La Rioja

📋 copy color: '#BEB60B'

red 190 ◦ green 182 ◦ blue 11

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

Shades of La Rioja #BEB60B

Tints of La Rioja #BEB60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.52%

 BLUE value IS 11 (4.69% from 255) = 2.87%

R = 49.61%
G = 47.52%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEB60B (or 0xBEB60B) is known color: La Rioja. HEX triplet: BE, B6 and 0B. RGB value is (190,182,11). Sum of RGB (Red+Green+Blue) = 190+182+11=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB60B is #4149F4. Grayscale: #A5A5A5. Windows color (decimal): -4278773 or 767678. OLE color: 767678.

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

Color convert

RGB 190 182 11 -
CMYK 0 0.04 0.94 0.25
HSL 57.32º 0.89% 0.39% -
HSV(B) 57.32º 0.94% 0.75% -
XYZ 38.02 44.43 6.89 -
YUV 164.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 190 182 11 0 0.04 0.94 0.25 57.32 0.89 0.39
Hex BE B6 B 0 4 5E 19 39 59 27
Octal 276 266 13 0 4 136 31 71 131 47
Binary 10111110 10110110 1011 0 100 1011110 11001 111001 1011001 100111

Color Harmonies of #BEB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB60B

Black with #BEB60B

Text Example


Text Example

White with #BEB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB60B; }

 p { color: rgb(190,182,11); }

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

background-color css

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

 a { background-color: rgb(190,182,11); }

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

border-color css

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

 span { border-color: rgb(190,182,11); }

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