Html Css Color HEX #B0B815 La Rioja

📋 copy color: '#B0B815'

red 176 ◦ green 184 ◦ blue 21

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

Shades of La Rioja #B0B815

Tints of La Rioja #B0B815

RGB

 RED value IS 176 (69.14% from 255) = 46.19%

 GREEN value IS 184 (72.27% from 255) = 48.29%

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 46.19%
G = 48.29%
B = 5.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B0B815 (or 0xB0B815) is known color: La Rioja. HEX triplet: B0, B8 and 15. RGB value is (176,184,21). Sum of RGB (Red+Green+Blue) = 176+184+21=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B815 is #4F47EA. Grayscale: #A3A3A3. Windows color (decimal): -5195755 or 1423536. OLE color: 1423536.

HSL color Cylindrical-coordinate representation of color #B0B815: hue angle of 62.94º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0B815 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 184 21 -
CMYK 0.04 0 0.89 0.28
HSL 62.94º 0.8% 0.4% -
HSV(B) 62.94º 0.89% 0.72% -
XYZ 35.18 43.57 7.26 -
YUV 163.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 176 184 21 0.04 0 0.89 0.28 62.94 0.8 0.4
Hex B0 B8 15 4 0 59 1C 3F 50 28
Octal 260 270 25 4 0 131 34 77 120 50
Binary 10110000 10111000 10101 100 0 1011001 11100 111111 1010000 101000

Color Harmonies of #B0B815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B815

Black with #B0B815

Text Example


Text Example

White with #B0B815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B815; }

 p { color: rgb(176,184,21); }

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

background-color css

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

 a { background-color: rgb(176,184,21); }

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

border-color css

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

 span { border-color: rgb(176,184,21); }

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