Html Css Color HEX #B7BA14 La Rioja

📋 copy color: '#B7BA14'

red 183 ◦ green 186 ◦ blue 20

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

Shades of La Rioja #B7BA14

Tints of La Rioja #B7BA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

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

R = 47.04%
G = 47.81%
B = 5.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B7BA14 (or 0xB7BA14) is known color: La Rioja. HEX triplet: B7, BA and 14. RGB value is (183,186,20). Sum of RGB (Red+Green+Blue) = 183+186+20=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA14 is #4845EB. Grayscale: #A6A6A6. Windows color (decimal): -4736492 or 1358519. OLE color: 1358519.

HSL color Cylindrical-coordinate representation of color #B7BA14: hue angle of 61.08º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7BA14 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 186 20 -
CMYK 0.02 0 0.89 0.27
HSL 61.08º 0.81% 0.4% -
HSV(B) 61.08º 0.89% 0.73% -
XYZ 37.21 45.24 7.43 -
YUV 166.18 45.51 140 -
System Red Green Blue C M Y K H S L
Decimal 183 186 20 0.02 0 0.89 0.27 61.08 0.81 0.4
Hex B7 BA 14 2 0 59 1B 3D 51 28
Octal 267 272 24 2 0 131 33 75 121 50
Binary 10110111 10111010 10100 10 0 1011001 11011 111101 1010001 101000

Color Harmonies of #B7BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA14

Black with #B7BA14

Text Example


Text Example

White with #B7BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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