Html Css Color HEX #B1B515 La Rioja

📋 copy color: '#B1B515'

red 177 ◦ green 181 ◦ blue 21

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

Shades of La Rioja #B1B515

Tints of La Rioja #B1B515

RGB

 RED value IS 177 (69.53% from 255) = 46.7%

 GREEN value IS 181 (71.09% from 255) = 47.76%

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

R = 46.7%
G = 47.76%
B = 5.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B1B515 (or 0xB1B515) is known color: La Rioja. HEX triplet: B1, B5 and 15. RGB value is (177,181,21). Sum of RGB (Red+Green+Blue) = 177+181+21=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B515 is #4E4AEA. Grayscale: #A2A2A2. Windows color (decimal): -5130987 or 1422769. OLE color: 1422769.

HSL color Cylindrical-coordinate representation of color #B1B515: hue angle of 61.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1B515 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 181 21 -
CMYK 0.02 0 0.88 0.29
HSL 61.5º 0.79% 0.4% -
HSV(B) 61.5º 0.88% 0.71% -
XYZ 34.79 42.45 7.07 -
YUV 161.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 177 181 21 0.02 0 0.88 0.29 61.5 0.79 0.4
Hex B1 B5 15 2 0 58 1D 3E 4F 28
Octal 261 265 25 2 0 130 35 76 117 50
Binary 10110001 10110101 10101 10 0 1011000 11101 111110 1001111 101000

Color Harmonies of #B1B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B515

Black with #B1B515

Text Example


Text Example

White with #B1B515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B515; }

 p { color: rgb(177,181,21); }

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

background-color css

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

 a { background-color: rgb(177,181,21); }

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

border-color css

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

 span { border-color: rgb(177,181,21); }

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