Html Css Color HEX #B5B110 La Rioja

📋 copy color: '#B5B110'

red 181 ◦ green 177 ◦ blue 16

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

Shades of La Rioja #B5B110

Tints of La Rioja #B5B110

RGB

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

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

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

R = 48.4%
G = 47.33%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B5B110 (or 0xB5B110) is known color: La Rioja. HEX triplet: B5, B1 and 10. RGB value is (181,177,16). Sum of RGB (Red+Green+Blue) = 181+177+16=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B110 is #4A4EEF. Grayscale: #A0A0A0. Windows color (decimal): -4869872 or 1094069. OLE color: 1094069.

HSL color Cylindrical-coordinate representation of color #B5B110: hue angle of 58.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5B110 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 177 16 -
CMYK 0 0.02 0.91 0.29
HSL 58.55º 0.84% 0.39% -
HSV(B) 58.55º 0.91% 0.71% -
XYZ 34.87 41.31 6.63 -
YUV 159.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 181 177 16 0 0.02 0.91 0.29 58.55 0.84 0.39
Hex B5 B1 10 0 2 5B 1D 3B 54 27
Octal 265 261 20 0 2 133 35 73 124 47
Binary 10110101 10110001 10000 0 10 1011011 11101 111011 1010100 100111

Color Harmonies of #B5B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B110

Black with #B5B110

Text Example


Text Example

White with #B5B110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B110; }

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

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

background-color css

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

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

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

border-color css

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

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

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