Html Css Color HEX #B1B506 La Rioja

📋 copy color: '#B1B506'

red 177 ◦ green 181 ◦ blue 6

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

Shades of La Rioja #B1B506

Tints of La Rioja #B1B506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 48.63%
G = 49.73%
B = 1.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B1B506 (or 0xB1B506) is known color: La Rioja. HEX triplet: B1, B5 and 06. RGB value is (177,181,6). Sum of RGB (Red+Green+Blue) = 177+181+6=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B506 is #4E4AF9. Grayscale: #A0A0A0. Windows color (decimal): -5131002 or 439729. OLE color: 439729.

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

Color convert

RGB 177 181 6 -
CMYK 0.02 0 0.97 0.29
HSL 61.37º 0.94% 0.37% -
HSV(B) 61.37º 0.97% 0.71% -
XYZ 34.69 42.41 6.53 -
YUV 159.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 177 181 6 0.02 0 0.97 0.29 61.37 0.94 0.37
Hex B1 B5 6 2 0 61 1D 3D 5E 25
Octal 261 265 6 2 0 141 35 75 136 45
Binary 10110001 10110101 110 10 0 1100001 11101 111101 1011110 100101

Color Harmonies of #B1B506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B506

Black with #B1B506

Text Example


Text Example

White with #B1B506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B506; }

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

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

background-color css

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

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

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

border-color css

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

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

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