Html Css Color HEX #B1B301 La Rioja

📋 copy color: '#B1B301'

red 177 ◦ green 179 ◦ blue 1

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

Shades of La Rioja #B1B301

Tints of La Rioja #B1B301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 49.58%
G = 50.14%
B = 0.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B1B301 (or 0xB1B301) is known color: La Rioja. HEX triplet: B1, B3 and 01. RGB value is (177,179,1). Sum of RGB (Red+Green+Blue) = 177+179+1=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B301 is #4E4CFE. Grayscale: #9E9E9E. Windows color (decimal): -5131519 or 111537. OLE color: 111537.

HSL color Cylindrical-coordinate representation of color #B1B301: hue angle of 60.67º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1B301 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 179 1 -
CMYK 0.01 0 0.99 0.30
HSL 60.67º 0.99% 0.35% -
HSV(B) 60.67º 0.99% 0.7% -
XYZ 34.26 41.59 6.25 -
YUV 158.11 39.34 141.47 -
System Red Green Blue C M Y K H S L
Decimal 177 179 1 0.01 0 0.99 0.30 60.67 0.99 0.35
Hex B1 B3 1 1 0 63 1E 3D 63 23
Octal 261 263 1 1 0 143 36 75 143 43
Binary 10110001 10110011 1 1 0 1100011 11110 111101 1100011 100011

Color Harmonies of #B1B301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B301

Black with #B1B301

Text Example


Text Example

White with #B1B301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B301; }

 p { color: rgb(177,179,1); }

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

background-color css

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

 a { background-color: rgb(177,179,1); }

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

border-color css

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

 span { border-color: rgb(177,179,1); }

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