Html Css Color HEX #B9B113 La Rioja

📋 copy color: '#B9B113'

red 185 ◦ green 177 ◦ blue 19

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

Shades of La Rioja #B9B113

Tints of La Rioja #B9B113

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.46%

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

R = 48.56%
G = 46.46%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9B113 (or 0xB9B113) is known color: La Rioja. HEX triplet: B9, B1 and 13. RGB value is (185,177,19). Sum of RGB (Red+Green+Blue) = 185+177+19=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B113 is #464EEC. Grayscale: #A2A2A2. Windows color (decimal): -4607725 or 1290681. OLE color: 1290681.

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

Color convert

RGB 185 177 19 -
CMYK 0 0.04 0.90 0.27
HSL 57.11º 0.81% 0.4% -
HSV(B) 57.11º 0.9% 0.73% -
XYZ 35.85 41.81 6.8 -
YUV 161.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 185 177 19 0 0.04 0.90 0.27 57.11 0.81 0.4
Hex B9 B1 13 0 4 5A 1B 39 51 28
Octal 271 261 23 0 4 132 33 71 121 50
Binary 10111001 10110001 10011 0 100 1011010 11011 111001 1010001 101000

Color Harmonies of #B9B113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B113

Black with #B9B113

Text Example


Text Example

White with #B9B113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B113; }

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

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

background-color css

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

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

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

border-color css

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

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

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