Html Css Color HEX #B9B613 La Rioja

📋 copy color: '#B9B613'

red 185 ◦ green 182 ◦ blue 19

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

Shades of La Rioja #B9B613

Tints of La Rioja #B9B613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.15%

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

R = 47.93%
G = 47.15%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9B613 (or 0xB9B613) is known color: La Rioja. HEX triplet: B9, B6 and 13. RGB value is (185,182,19). Sum of RGB (Red+Green+Blue) = 185+182+19=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B613 is #4649EC. Grayscale: #A4A4A4. Windows color (decimal): -4606445 or 1291961. OLE color: 1291961.

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

Color convert

RGB 185 182 19 -
CMYK 0 0.02 0.90 0.27
HSL 58.92º 0.81% 0.4% -
HSV(B) 58.92º 0.9% 0.73% -
XYZ 36.85 43.82 7.13 -
YUV 164.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 185 182 19 0 0.02 0.90 0.27 58.92 0.81 0.4
Hex B9 B6 13 0 2 5A 1B 3B 51 28
Octal 271 266 23 0 2 132 33 73 121 50
Binary 10111001 10110110 10011 0 10 1011010 11011 111011 1010001 101000

Color Harmonies of #B9B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B613

Black with #B9B613

Text Example


Text Example

White with #B9B613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B613; }

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

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

background-color css

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

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

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

border-color css

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

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

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