Html Css Color HEX #BEB30B La Rioja

📋 copy color: '#BEB30B'

red 190 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #BEB30B

Tints of La Rioja #BEB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.11%

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

R = 50%
G = 47.11%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEB30B (or 0xBEB30B) is known color: La Rioja. HEX triplet: BE, B3 and 0B. RGB value is (190,179,11). Sum of RGB (Red+Green+Blue) = 190+179+11=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB30B is #414CF4. Grayscale: #A3A3A3. Windows color (decimal): -4279541 or 766910. OLE color: 766910.

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

Color convert

RGB 190 179 11 -
CMYK 0 0.06 0.94 0.25
HSL 56.31º 0.89% 0.39% -
HSV(B) 56.31º 0.94% 0.75% -
XYZ 37.42 43.21 6.69 -
YUV 163.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 190 179 11 0 0.06 0.94 0.25 56.31 0.89 0.39
Hex BE B3 B 0 6 5E 19 38 59 27
Octal 276 263 13 0 6 136 31 70 131 47
Binary 10111110 10110011 1011 0 110 1011110 11001 111000 1011001 100111

Color Harmonies of #BEB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB30B

Black with #BEB30B

Text Example


Text Example

White with #BEB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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