Html Css Color HEX #B9BE0E La Rioja

📋 copy color: '#B9BE0E'

red 185 ◦ green 190 ◦ blue 14

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

Shades of La Rioja #B9BE0E

Tints of La Rioja #B9BE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 47.56%
G = 48.84%
B = 3.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#B9BE0E (or 0xB9BE0E) is known color: La Rioja. HEX triplet: B9, BE and 0E. RGB value is (185,190,14). Sum of RGB (Red+Green+Blue) = 185+190+14=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BE0E is #4641F1. Grayscale: #A9A9A9. Windows color (decimal): -4604402 or 966329. OLE color: 966329.

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

Color convert

RGB 185 190 14 -
CMYK 0.03 0 0.93 0.25
HSL 61.7º 0.86% 0.4% -
HSV(B) 61.7º 0.93% 0.75% -
XYZ 38.5 47.17 7.49 -
YUV 168.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 185 190 14 0.03 0 0.93 0.25 61.7 0.86 0.4
Hex B9 BE E 3 0 5D 19 3E 56 28
Octal 271 276 16 3 0 135 31 76 126 50
Binary 10111001 10111110 1110 11 0 1011101 11001 111110 1010110 101000

Color Harmonies of #B9BE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE0E

Black with #B9BE0E

Text Example


Text Example

White with #B9BE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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