Html Css Color HEX #B4B516 La Rioja

📋 copy color: '#B4B516'

red 180 ◦ green 181 ◦ blue 22

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

Shades of La Rioja #B4B516

Tints of La Rioja #B4B516

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #B4B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B516

Black with #B4B516

Text Example


Text Example

White with #B4B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B516; }

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

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

background-color css

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

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

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

border-color css

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

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

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