Html Css Color HEX #B1B50F La Rioja

📋 copy color: '#B1B50F'

red 177 ◦ green 181 ◦ blue 15

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

Shades of La Rioja #B1B50F

Tints of La Rioja #B1B50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 47.45%
G = 48.53%
B = 4.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B1B50F (or 0xB1B50F) is known color: La Rioja. HEX triplet: B1, B5 and 0F. RGB value is (177,181,15). Sum of RGB (Red+Green+Blue) = 177+181+15=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B50F is #4E4AF0. Grayscale: #A1A1A1. Windows color (decimal): -5130993 or 1029553. OLE color: 1029553.

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

Color convert

RGB 177 181 15 -
CMYK 0.02 0 0.92 0.29
HSL 61.45º 0.85% 0.38% -
HSV(B) 61.45º 0.92% 0.71% -
XYZ 34.74 42.43 6.81 -
YUV 160.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 177 181 15 0.02 0 0.92 0.29 61.45 0.85 0.38
Hex B1 B5 F 2 0 5C 1D 3D 55 26
Octal 261 265 17 2 0 134 35 75 125 46
Binary 10110001 10110101 1111 10 0 1011100 11101 111101 1010101 100110

Color Harmonies of #B1B50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B50F

Black with #B1B50F

Text Example


Text Example

White with #B1B50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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