Html Css Color HEX #B7BC14 La Rioja

📋 copy color: '#B7BC14'

red 183 ◦ green 188 ◦ blue 20

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

Shades of La Rioja #B7BC14

Tints of La Rioja #B7BC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

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

R = 46.8%
G = 48.08%
B = 5.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#B7BC14 (or 0xB7BC14) is known color: La Rioja. HEX triplet: B7, BC and 14. RGB value is (183,188,20). Sum of RGB (Red+Green+Blue) = 183+188+20=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BC14 is #4843EB. Grayscale: #A8A8A8. Windows color (decimal): -4735980 or 1359031. OLE color: 1359031.

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

Color convert

RGB 183 188 20 -
CMYK 0.03 0 0.89 0.26
HSL 61.79º 0.81% 0.41% -
HSV(B) 61.79º 0.89% 0.74% -
XYZ 37.64 46.08 7.57 -
YUV 167.35 44.84 139.16 -
System Red Green Blue C M Y K H S L
Decimal 183 188 20 0.03 0 0.89 0.26 61.79 0.81 0.41
Hex B7 BC 14 3 0 59 1A 3E 51 29
Octal 267 274 24 3 0 131 32 76 121 51
Binary 10110111 10111100 10100 11 0 1011001 11010 111110 1010001 101001

Color Harmonies of #B7BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC14

Black with #B7BC14

Text Example


Text Example

White with #B7BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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