Html Css Color HEX #B5BE0A La Rioja

📋 copy color: '#B5BE0A'

red 181 ◦ green 190 ◦ blue 10

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

Shades of La Rioja #B5BE0A

Tints of La Rioja #B5BE0A

RGB

 RED value IS 181 (71.09% from 255) = 47.51%

 GREEN value IS 190 (74.61% from 255) = 49.87%

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 47.51%
G = 49.87%
B = 2.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#B5BE0A (or 0xB5BE0A) is known color: La Rioja. HEX triplet: B5, BE and 0A. RGB value is (181,190,10). Sum of RGB (Red+Green+Blue) = 181+190+10=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BE0A is #4A41F5. Grayscale: #A7A7A7. Windows color (decimal): -4866550 or 704181. OLE color: 704181.

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

Color convert

RGB 181 190 10 -
CMYK 0.05 0 0.95 0.25
HSL 63º 0.9% 0.39% -
HSV(B) 63º 0.95% 0.75% -
XYZ 37.52 46.67 7.32 -
YUV 166.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 181 190 10 0.05 0 0.95 0.25 63 0.9 0.39
Hex B5 BE A 5 0 5F 19 3F 5A 27
Octal 265 276 12 5 0 137 31 77 132 47
Binary 10110101 10111110 1010 101 0 1011111 11001 111111 1011010 100111

Color Harmonies of #B5BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE0A

Black with #B5BE0A

Text Example


Text Example

White with #B5BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE0A; }

 p { color: rgb(181,190,10); }

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

background-color css

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

 a { background-color: rgb(181,190,10); }

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

border-color css

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

 span { border-color: rgb(181,190,10); }

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