Html Css Color HEX #B1B001 La Rioja

📋 copy color: '#B1B001'

red 177 ◦ green 176 ◦ blue 1

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

Shades of La Rioja #B1B001

Tints of La Rioja #B1B001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.72%

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

R = 50%
G = 49.72%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B1B001 (or 0xB1B001) is known color: La Rioja. HEX triplet: B1, B0 and 01. RGB value is (177,176,1). Sum of RGB (Red+Green+Blue) = 177+176+1=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B001 is #4E4FFE. Grayscale: #9D9D9D. Windows color (decimal): -5132287 or 110769. OLE color: 110769.

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

Color convert

RGB 177 176 1 -
CMYK 0 0.01 0.99 0.31
HSL 59.66º 0.99% 0.35% -
HSV(B) 59.66º 0.99% 0.69% -
XYZ 33.66 40.4 6.05 -
YUV 156.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 177 176 1 0 0.01 0.99 0.31 59.66 0.99 0.35
Hex B1 B0 1 0 1 63 1F 3C 63 23
Octal 261 260 1 0 1 143 37 74 143 43
Binary 10110001 10110000 1 0 1 1100011 11111 111100 1100011 100011

Color Harmonies of #B1B001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B001

Black with #B1B001

Text Example


Text Example

White with #B1B001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B001; }

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

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

background-color css

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

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

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

border-color css

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

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

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