Html Css Color HEX #B9B811 La Rioja

📋 copy color: '#B9B811'

red 185 ◦ green 184 ◦ blue 17

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

Shades of La Rioja #B9B811

Tints of La Rioja #B9B811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.67%

 BLUE value IS 17 (7.03% from 255) = 4.4%

R = 47.93%
G = 47.67%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B9B811 (or 0xB9B811) is known color: La Rioja. HEX triplet: B9, B8 and 11. RGB value is (185,184,17). Sum of RGB (Red+Green+Blue) = 185+184+17=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B811 is #4647EE. Grayscale: #A5A5A5. Windows color (decimal): -4605935 or 1161401. OLE color: 1161401.

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

Color convert

RGB 185 184 17 -
CMYK 0 0.01 0.91 0.27
HSL 59.64º 0.83% 0.4% -
HSV(B) 59.64º 0.91% 0.73% -
XYZ 37.25 44.64 7.18 -
YUV 165.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 185 184 17 0 0.01 0.91 0.27 59.64 0.83 0.4
Hex B9 B8 11 0 1 5B 1B 3C 53 28
Octal 271 270 21 0 1 133 33 74 123 50
Binary 10111001 10111000 10001 0 1 1011011 11011 111100 1010011 101000

Color Harmonies of #B9B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B811

Black with #B9B811

Text Example


Text Example

White with #B9B811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B811; }

 p { color: rgb(185,184,17); }

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

background-color css

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

 a { background-color: rgb(185,184,17); }

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

border-color css

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

 span { border-color: rgb(185,184,17); }

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