Html Css Color HEX #B9B110 La Rioja

📋 copy color: '#B9B110'

red 185 ◦ green 177 ◦ blue 16

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

Shades of La Rioja #B9B110

Tints of La Rioja #B9B110

RGB

 RED value IS 185 (72.66% from 255) = 48.94%

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

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

R = 48.94%
G = 46.83%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B9B110 (or 0xB9B110) is known color: La Rioja. HEX triplet: B9, B1 and 10. RGB value is (185,177,16). Sum of RGB (Red+Green+Blue) = 185+177+16=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B110 is #464EEF. Grayscale: #A1A1A1. Windows color (decimal): -4607728 or 1094073. OLE color: 1094073.

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

Color convert

RGB 185 177 16 -
CMYK 0 0.04 0.91 0.27
HSL 57.16º 0.84% 0.39% -
HSV(B) 57.16º 0.91% 0.73% -
XYZ 35.82 41.8 6.67 -
YUV 161.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 185 177 16 0 0.04 0.91 0.27 57.16 0.84 0.39
Hex B9 B1 10 0 4 5B 1B 39 54 27
Octal 271 261 20 0 4 133 33 71 124 47
Binary 10111001 10110001 10000 0 100 1011011 11011 111001 1010100 100111

Color Harmonies of #B9B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B110

Black with #B9B110

Text Example


Text Example

White with #B9B110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B110; }

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

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

background-color css

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

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

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

border-color css

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

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

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