Html Css Color HEX #B1B404 La Rioja

📋 copy color: '#B1B404'

red 177 ◦ green 180 ◦ blue 4

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

Shades of La Rioja #B1B404

Tints of La Rioja #B1B404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.86%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 49.03%
G = 49.86%
B = 1.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B1B404 (or 0xB1B404) is known color: La Rioja. HEX triplet: B1, B4 and 04. RGB value is (177,180,4). Sum of RGB (Red+Green+Blue) = 177+180+4=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B404 is #4E4BFB. Grayscale: #9F9F9F. Windows color (decimal): -5131260 or 308401. OLE color: 308401.

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

Color convert

RGB 177 180 4 -
CMYK 0.02 0 0.98 0.29
HSL 61.02º 0.96% 0.36% -
HSV(B) 61.02º 0.98% 0.71% -
XYZ 34.47 42 6.4 -
YUV 159.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 177 180 4 0.02 0 0.98 0.29 61.02 0.96 0.36
Hex B1 B4 4 2 0 62 1D 3D 60 24
Octal 261 264 4 2 0 142 35 75 140 44
Binary 10110001 10110100 100 10 0 1100010 11101 111101 1100000 100100

Color Harmonies of #B1B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B404

Black with #B1B404

Text Example


Text Example

White with #B1B404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B404; }

 p { color: rgb(177,180,4); }

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

background-color css

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

 a { background-color: rgb(177,180,4); }

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

border-color css

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

 span { border-color: rgb(177,180,4); }

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