Html Css Color HEX #B9B913 La Rioja

📋 copy color: '#B9B913'

red 185 ◦ green 185 ◦ blue 19

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

Shades of La Rioja #B9B913

Tints of La Rioja #B9B913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 47.56%
G = 47.56%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9B913 (or 0xB9B913) is known color: La Rioja. HEX triplet: B9, B9 and 13. RGB value is (185,185,19). Sum of RGB (Red+Green+Blue) = 185+185+19=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B913 is #4646EC. Grayscale: #A6A6A6. Windows color (decimal): -4605677 or 1292729. OLE color: 1292729.

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

Color convert

RGB 185 185 19 -
CMYK 0 0 0.90 0.27
HSL 60º 0.81% 0.4% -
HSV(B) 60º 0.9% 0.73% -
XYZ 37.47 45.06 7.34 -
YUV 166.08 45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 185 185 19 0 0 0.90 0.27 60 0.81 0.4
Hex B9 B9 13 0 0 5A 1B 3C 51 28
Octal 271 271 23 0 0 132 33 74 121 50
Binary 10111001 10111001 10011 0 0 1011010 11011 111100 1010001 101000

Color Harmonies of #B9B913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B913

Black with #B9B913

Text Example


Text Example

White with #B9B913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B913; }

 p { color: rgb(185,185,19); }

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

background-color css

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

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

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

border-color css

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

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

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