Html Css Color HEX #B9B413 La Rioja

📋 copy color: '#B9B413'

red 185 ◦ green 180 ◦ blue 19

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

Shades of La Rioja #B9B413

Tints of La Rioja #B9B413

RGB

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

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

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

R = 48.18%
G = 46.88%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9B413 (or 0xB9B413) is known color: La Rioja. HEX triplet: B9, B4 and 13. RGB value is (185,180,19). Sum of RGB (Red+Green+Blue) = 185+180+19=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B413 is #464BEC. Grayscale: #A3A3A3. Windows color (decimal): -4606957 or 1291449. OLE color: 1291449.

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

Color convert

RGB 185 180 19 -
CMYK 0 0.03 0.90 0.27
HSL 58.19º 0.81% 0.4% -
HSV(B) 58.19º 0.9% 0.73% -
XYZ 36.45 43 7 -
YUV 163.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 185 180 19 0 0.03 0.90 0.27 58.19 0.81 0.4
Hex B9 B4 13 0 3 5A 1B 3A 51 28
Octal 271 264 23 0 3 132 33 72 121 50
Binary 10111001 10110100 10011 0 11 1011010 11011 111010 1010001 101000

Color Harmonies of #B9B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B413

Black with #B9B413

Text Example


Text Example

White with #B9B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B413; }

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

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

background-color css

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

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

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

border-color css

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

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

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