Html Css Color HEX #B9B411 La Rioja

📋 copy color: '#B9B411'

red 185 ◦ green 180 ◦ blue 17

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

Shades of La Rioja #B9B411

Tints of La Rioja #B9B411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.12%

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

R = 48.43%
G = 47.12%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B9B411 (or 0xB9B411) is known color: La Rioja. HEX triplet: B9, B4 and 11. RGB value is (185,180,17). Sum of RGB (Red+Green+Blue) = 185+180+17=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B411 is #464BEE. Grayscale: #A3A3A3. Windows color (decimal): -4606959 or 1160377. OLE color: 1160377.

HSL color Cylindrical-coordinate representation of color #B9B411: hue angle of 58.21º 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 #B9B411 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 180 17 -
CMYK 0 0.03 0.91 0.27
HSL 58.21º 0.83% 0.4% -
HSV(B) 58.21º 0.91% 0.73% -
XYZ 36.43 43 6.91 -
YUV 162.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 185 180 17 0 0.03 0.91 0.27 58.21 0.83 0.4
Hex B9 B4 11 0 3 5B 1B 3A 53 28
Octal 271 264 21 0 3 133 33 72 123 50
Binary 10111001 10110100 10001 0 11 1011011 11011 111010 1010011 101000

Color Harmonies of #B9B411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B411

Black with #B9B411

Text Example


Text Example

White with #B9B411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B411; }

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

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

background-color css

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

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

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

border-color css

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

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

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