Html Css Color HEX #BEBA0B La Rioja

📋 copy color: '#BEBA0B'

red 190 ◦ green 186 ◦ blue 11

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

Shades of La Rioja #BEBA0B

Tints of La Rioja #BEBA0B

RGB

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

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

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

R = 49.1%
G = 48.06%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEBA0B (or 0xBEBA0B) is known color: La Rioja. HEX triplet: BE, BA and 0B. RGB value is (190,186,11). Sum of RGB (Red+Green+Blue) = 190+186+11=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA0B is #4145F4. Grayscale: #A7A7A7. Windows color (decimal): -4277749 or 768702. OLE color: 768702.

HSL color Cylindrical-coordinate representation of color #BEBA0B: hue angle of 58.66º 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 #BEBA0B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 11 -
CMYK 0 0.02 0.94 0.25
HSL 58.66º 0.89% 0.39% -
HSV(B) 58.66º 0.94% 0.75% -
XYZ 38.85 46.09 7.16 -
YUV 167.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 190 186 11 0 0.02 0.94 0.25 58.66 0.89 0.39
Hex BE BA B 0 2 5E 19 3B 59 27
Octal 276 272 13 0 2 136 31 73 131 47
Binary 10111110 10111010 1011 0 10 1011110 11001 111011 1011001 100111

Color Harmonies of #BEBA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA0B

Black with #BEBA0B

Text Example


Text Example

White with #BEBA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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