Html Css Color HEX #B5B416 La Rioja

📋 copy color: '#B5B416'

red 181 ◦ green 180 ◦ blue 22

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

Shades of La Rioja #B5B416

Tints of La Rioja #B5B416

RGB

 RED value IS 181 (71.09% from 255) = 47.26%

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

 BLUE value IS 22 (8.98% from 255) = 5.74%

R = 47.26%
G = 47%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B5B416 (or 0xB5B416) is known color: La Rioja. HEX triplet: B5, B4 and 16. RGB value is (181,180,22). Sum of RGB (Red+Green+Blue) = 181+180+22=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B416 is #4A4BE9. Grayscale: #A2A2A2. Windows color (decimal): -4869098 or 1488053. OLE color: 1488053.

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

Color convert

RGB 181 180 22 -
CMYK 0 0.01 0.88 0.29
HSL 59.62º 0.78% 0.4% -
HSV(B) 59.62º 0.88% 0.71% -
XYZ 35.52 42.52 7.09 -
YUV 162.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 181 180 22 0 0.01 0.88 0.29 59.62 0.78 0.4
Hex B5 B4 16 0 1 58 1D 3C 4E 28
Octal 265 264 26 0 1 130 35 74 116 50
Binary 10110101 10110100 10110 0 1 1011000 11101 111100 1001110 101000

Color Harmonies of #B5B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B416

Black with #B5B416

Text Example


Text Example

White with #B5B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B416; }

 p { color: rgb(181,180,22); }

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

background-color css

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

 a { background-color: rgb(181,180,22); }

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

border-color css

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

 span { border-color: rgb(181,180,22); }

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