Html Css Color HEX #B7BE14 La Rioja

📋 copy color: '#B7BE14'

red 183 ◦ green 190 ◦ blue 20

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

Shades of La Rioja #B7BE14

Tints of La Rioja #B7BE14

RGB

 RED value IS 183 (71.88% from 255) = 46.56%

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

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 46.56%
G = 48.35%
B = 5.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#B7BE14 (or 0xB7BE14) is known color: La Rioja. HEX triplet: B7, BE and 14. RGB value is (183,190,20). Sum of RGB (Red+Green+Blue) = 183+190+20=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BE14 is #4841EB. Grayscale: #A9A9A9. Windows color (decimal): -4735468 or 1359543. OLE color: 1359543.

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

Color convert

RGB 183 190 20 -
CMYK 0.04 0 0.89 0.25
HSL 62.47º 0.81% 0.41% -
HSV(B) 62.47º 0.89% 0.75% -
XYZ 38.07 46.94 7.72 -
YUV 168.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 183 190 20 0.04 0 0.89 0.25 62.47 0.81 0.41
Hex B7 BE 14 4 0 59 19 3E 51 29
Octal 267 276 24 4 0 131 31 76 121 51
Binary 10110111 10111110 10100 100 0 1011001 11001 111110 1010001 101001

Color Harmonies of #B7BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BE14

Black with #B7BE14

Text Example


Text Example

White with #B7BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BE14; }

 p { color: rgb(183,190,20); }

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

background-color css

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

 a { background-color: rgb(183,190,20); }

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

border-color css

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

 span { border-color: rgb(183,190,20); }

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