Html Css Color HEX #B4B416 La Rioja

📋 copy color: '#B4B416'

red 180 ◦ green 180 ◦ blue 22

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

Shades of La Rioja #B4B416

Tints of La Rioja #B4B416

RGB

 RED value IS 180 (70.7% from 255) = 47.12%

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

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

R = 47.12%
G = 47.12%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B4B416 (or 0xB4B416) is known color: La Rioja. HEX triplet: B4, B4 and 16. RGB value is (180,180,22). Sum of RGB (Red+Green+Blue) = 180+180+22=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B416 is #4B4BE9. Grayscale: #A2A2A2. Windows color (decimal): -4934634 or 1488052. OLE color: 1488052.

HSL color Cylindrical-coordinate representation of color #B4B416: hue angle of 60º 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 #B4B416 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 22 -
CMYK 0 0 0.88 0.29
HSL 60º 0.78% 0.4% -
HSV(B) 60º 0.88% 0.71% -
XYZ 35.29 42.4 7.08 -
YUV 161.99 49 140.85 -
System Red Green Blue C M Y K H S L
Decimal 180 180 22 0 0 0.88 0.29 60 0.78 0.4
Hex B4 B4 16 0 0 58 1D 3C 4E 28
Octal 264 264 26 0 0 130 35 74 116 50
Binary 10110100 10110100 10110 0 0 1011000 11101 111100 1001110 101000

Color Harmonies of #B4B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B416

Black with #B4B416

Text Example


Text Example

White with #B4B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B416; }

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

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

background-color css

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

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

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

border-color css

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

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

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