Html Css Color HEX #B1AC01 La Rioja

📋 copy color: '#B1AC01'

red 177 ◦ green 172 ◦ blue 1

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

Shades of La Rioja #B1AC01

Tints of La Rioja #B1AC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

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

R = 50.57%
G = 49.14%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B1AC01 (or 0xB1AC01) is known color: La Rioja. HEX triplet: B1, AC and 01. RGB value is (177,172,1). Sum of RGB (Red+Green+Blue) = 177+172+1=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AC01 is #4E53FE. Grayscale: #9A9A9A. Windows color (decimal): -5133311 or 109745. OLE color: 109745.

HSL color Cylindrical-coordinate representation of color #B1AC01: hue angle of 58.3º 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 #B1AC01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 172 1 -
CMYK 0 0.03 0.99 0.31
HSL 58.3º 0.99% 0.35% -
HSV(B) 58.3º 0.99% 0.69% -
XYZ 32.89 38.85 5.79 -
YUV 154 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 177 172 1 0 0.03 0.99 0.31 58.3 0.99 0.35
Hex B1 AC 1 0 3 63 1F 3A 63 23
Octal 261 254 1 0 3 143 37 72 143 43
Binary 10110001 10101100 1 0 11 1100011 11111 111010 1100011 100011

Color Harmonies of #B1AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC01

Black with #B1AC01

Text Example


Text Example

White with #B1AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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