Html Css Color HEX #B9BF11 La Rioja

📋 copy color: '#B9BF11'

red 185 ◦ green 191 ◦ blue 17

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

Shades of La Rioja #B9BF11

Tints of La Rioja #B9BF11

RGB

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

 GREEN value IS 191 (75% from 255) = 48.6%

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

R = 47.07%
G = 48.6%
B = 4.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#B9BF11 (or 0xB9BF11) is known color: La Rioja. HEX triplet: B9, BF and 11. RGB value is (185,191,17). Sum of RGB (Red+Green+Blue) = 185+191+17=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BF11 is #4640EE. Grayscale: #AAAAAA. Windows color (decimal): -4604143 or 1163193. OLE color: 1163193.

HSL color Cylindrical-coordinate representation of color #B9BF11: hue angle of 62.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9BF11 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 17 -
CMYK 0.03 0 0.91 0.25
HSL 62.07º 0.84% 0.41% -
HSV(B) 62.07º 0.91% 0.75% -
XYZ 38.74 47.62 7.68 -
YUV 169.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 185 191 17 0.03 0 0.91 0.25 62.07 0.84 0.41
Hex B9 BF 11 3 0 5B 19 3E 54 29
Octal 271 277 21 3 0 133 31 76 124 51
Binary 10111001 10111111 10001 11 0 1011011 11001 111110 1010100 101001

Color Harmonies of #B9BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF11

Black with #B9BF11

Text Example


Text Example

White with #B9BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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