Html Css Color HEX #B1B417 La Rioja

📋 copy color: '#B1B417'

red 177 ◦ green 180 ◦ blue 23

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

Shades of La Rioja #B1B417

Tints of La Rioja #B1B417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.05%

R = 46.58%
G = 47.37%
B = 6.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B1B417 (or 0xB1B417) is known color: La Rioja. HEX triplet: B1, B4 and 17. RGB value is (177,180,23). Sum of RGB (Red+Green+Blue) = 177+180+23=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B417 is #4E4BE8. Grayscale: #A1A1A1. Windows color (decimal): -5131241 or 1553585. OLE color: 1553585.

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

Color convert

RGB 177 180 23 -
CMYK 0.02 0 0.87 0.29
HSL 61.15º 0.77% 0.4% -
HSV(B) 61.15º 0.87% 0.71% -
XYZ 34.61 42.05 7.1 -
YUV 161.21 50.01 139.27 -
System Red Green Blue C M Y K H S L
Decimal 177 180 23 0.02 0 0.87 0.29 61.15 0.77 0.4
Hex B1 B4 17 2 0 57 1D 3D 4D 28
Octal 261 264 27 2 0 127 35 75 115 50
Binary 10110001 10110100 10111 10 0 1010111 11101 111101 1001101 101000

Color Harmonies of #B1B417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B417

Black with #B1B417

Text Example


Text Example

White with #B1B417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B417; }

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

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

background-color css

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

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

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

border-color css

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

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

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