Html Css Color HEX #B2B110 La Rioja

📋 copy color: '#B2B110'

red 178 ◦ green 177 ◦ blue 16

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

Shades of La Rioja #B2B110

Tints of La Rioja #B2B110

RGB

 RED value IS 178 (69.92% from 255) = 47.98%

 GREEN value IS 177 (69.53% from 255) = 47.71%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 47.98%
G = 47.71%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B2B110 (or 0xB2B110) is known color: La Rioja. HEX triplet: B2, B1 and 10. RGB value is (178,177,16). Sum of RGB (Red+Green+Blue) = 178+177+16=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B110 is #4D4EEF. Grayscale: #9F9F9F. Windows color (decimal): -5066480 or 1094066. OLE color: 1094066.

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

Color convert

RGB 178 177 16 -
CMYK 0 0.01 0.91 0.30
HSL 59.63º 0.84% 0.38% -
HSV(B) 59.63º 0.91% 0.7% -
XYZ 34.18 40.95 6.59 -
YUV 158.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 178 177 16 0 0.01 0.91 0.30 59.63 0.84 0.38
Hex B2 B1 10 0 1 5B 1E 3C 54 26
Octal 262 261 20 0 1 133 36 74 124 46
Binary 10110010 10110001 10000 0 1 1011011 11110 111100 1010100 100110

Color Harmonies of #B2B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B110

Black with #B2B110

Text Example


Text Example

White with #B2B110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B110; }

 p { color: rgb(178,177,16); }

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

background-color css

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

 a { background-color: rgb(178,177,16); }

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

border-color css

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

 span { border-color: rgb(178,177,16); }

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