Html Css Color HEX #B9BE11 La Rioja

📋 copy color: '#B9BE11'

red 185 ◦ green 190 ◦ blue 17

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

Shades of La Rioja #B9BE11

Tints of La Rioja #B9BE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.47%

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

R = 47.19%
G = 48.47%
B = 4.34%

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

#B9BE11 (or 0xB9BE11) is known color: La Rioja. HEX triplet: B9, BE and 11. RGB value is (185,190,17). Sum of RGB (Red+Green+Blue) = 185+190+17=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BE11 is #4641EE. Grayscale: #A9A9A9. Windows color (decimal): -4604399 or 1162937. OLE color: 1162937.

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

Color convert

RGB 185 190 17 -
CMYK 0.03 0 0.91 0.25
HSL 61.73º 0.84% 0.41% -
HSV(B) 61.73º 0.91% 0.75% -
XYZ 38.52 47.18 7.61 -
YUV 168.78 42.34 139.57 -
System Red Green Blue C M Y K H S L
Decimal 185 190 17 0.03 0 0.91 0.25 61.73 0.84 0.41
Hex B9 BE 11 3 0 5B 19 3E 54 29
Octal 271 276 21 3 0 133 31 76 124 51
Binary 10111001 10111110 10001 11 0 1011011 11001 111110 1010100 101001

Color Harmonies of #B9BE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE11

Black with #B9BE11

Text Example


Text Example

White with #B9BE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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