Html Css Color HEX #B0B216 La Rioja

📋 copy color: '#B0B216'

red 176 ◦ green 178 ◦ blue 22

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

Shades of La Rioja #B0B216

Tints of La Rioja #B0B216

RGB

 RED value IS 176 (69.14% from 255) = 46.81%

 GREEN value IS 178 (69.92% from 255) = 47.34%

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

R = 46.81%
G = 47.34%
B = 5.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B0B216 (or 0xB0B216) is known color: La Rioja. HEX triplet: B0, B2 and 16. RGB value is (176,178,22). Sum of RGB (Red+Green+Blue) = 176+178+22=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B216 is #4F4DE9. Grayscale: #A0A0A0. Windows color (decimal): -5197290 or 1487536. OLE color: 1487536.

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

Color convert

RGB 176 178 22 -
CMYK 0.01 0 0.88 0.30
HSL 60.77º 0.78% 0.39% -
HSV(B) 60.77º 0.88% 0.7% -
XYZ 33.97 41.13 6.91 -
YUV 159.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 176 178 22 0.01 0 0.88 0.30 60.77 0.78 0.39
Hex B0 B2 16 1 0 58 1E 3D 4E 27
Octal 260 262 26 1 0 130 36 75 116 47
Binary 10110000 10110010 10110 1 0 1011000 11110 111101 1001110 100111

Color Harmonies of #B0B216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B216

Black with #B0B216

Text Example


Text Example

White with #B0B216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B216; }

 p { color: rgb(176,178,22); }

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

background-color css

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

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

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

border-color css

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

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

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